commit | 65d2f0bc65b0249a22a6c1f49ec29ee5e2980c7b | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Sat Jul 21 17:09:51 2007 +0200 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sat Jul 21 18:37:07 2007 -0700 |
tree | 19204282146d83bd8a1eb6d0f816dd15421afd8c | |
parent | ad386589676403eca4e8f52c944995db56e445c3 [diff] |
x86: Always flush pages in change_page_attr Fix a bug introduced with the CLFLUSH changes: we must always flush pages changed in cpa(), not just when they are reverted. Reenable CLFLUSH usage with that now (it was temporarily disabled for .22) Add some BUG_ONs Contains fixes from Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>