[PATCH] Clean up and minor fixes to TLB flush
authorAndi Kleen <ak@suse.de>
Tue, 26 Sep 2006 08:52:29 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:29 +0000 (10:52 +0200)
commitb1c78c0fcc29097567e1afc39701012e6d89adb7
tree9b9a2a302740c7a68003ade0536ab244f20cb08c
parent3f14c746a61ec932c204aca820c02c293118c5df
[PATCH] Clean up and minor fixes to TLB flush

- Convert CR* accesses to dedicated inline functions and rewrite
the rest as C inlines
- Don't do a double flush for global flushes (pointed out by Zach Amsden)
This was a bug workaround for old CPUs that don't do 64bit and is obsolete.
- Add a proper memory clobber to invlpg
- Remove an unused extern

Signed-off-by: Andi Kleen <ak@suse.de>
include/asm-x86_64/pgtable.h
include/asm-x86_64/tlbflush.h