git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f96c3bb
)
[PATCH] x86_64: Fix change_page_attr cache flushing
author
Andi Kleen
<ak@suse.de>
Mon, 10 Oct 2005 23:03:39 +0000
(
01:03
+0200)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 10 Oct 2005 23:10:33 +0000
(16:10 -0700)
Noticed by Terence Ripperda
Undo wrong change in global_flush_tlb. We need to flush the caches in all
cases, not just when pages were reverted. This was a bogus optimization
added earlier, but it was wrong.
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found