From: Andi Kleen Date: Thu, 7 Dec 2006 01:14:05 +0000 (+0100) Subject: [PATCH] x86-64: Speed and clean up cache flushing in change_page_attr X-Git-Tag: v2.6.20-rc1~145^2^2~8^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea7322decb974a4a3e804f96a0201e893ff88ce3;p=pandora-kernel.git [PATCH] x86-64: Speed and clean up cache flushing in change_page_attr CLFLUSH is a lot faster than WBINVD so avoid the later if at all possible. Always pass the complete list of pages to other CPUs to cut down the number of IPIs. Minor other cleanup and sync with i386 version. Signed-off-by: Andi Kleen --- Reading git-diff-tree failed