From: Andi Kleen Date: Tue, 24 Apr 2007 11:05:37 +0000 (+0200) Subject: [PATCH] x86-64: Always flush all pages in change_page_attr X-Git-Tag: v2.6.21~9^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90767bd13febfdf8a5f5077e2bb975f79d6b919c;p=pandora-kernel.git [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 --- Reading git-diff-tree failed