commit | ea7322decb974a4a3e804f96a0201e893ff88ce3 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Thu Dec 07 02:14:05 2006 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Thu Dec 07 02:14:05 2006 +0100 |
tree | 1298d8ddef4637f84c0eecee774e07607eae57d6 | |
parent | 74b47a7844501445d41d704fe7c626f4b1819508 [diff] |
[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 <ak@suse.de>