commit | 90767bd13febfdf8a5f5077e2bb975f79d6b919c | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Tue Apr 24 13:05:37 2007 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Apr 24 13:05:37 2007 +0200 |
tree | 878e82d2ab2e75a94303349976535ab1ce378a97 | |
parent | 9ce883becb83190061369940de9c415595836c9b [diff] |
[PATCH] x86-64: Always flush all pages in change_page_attr change_page_attr on x86-64 only flushed the TLB for pages that got reverted. That's not correct: it has to be flushed in all cases. This bug was added in some earlier changes. Just flush all pages for now. This could be done more efficiently, but for this late in the release this seem to be the best fix. Pointed out by Jan Beulich Signed-off-by: Andi Kleen <ak@suse.de>