From: Andi Kleen Date: Wed, 20 Jun 2007 10:23:36 +0000 (+0200) Subject: x86: change_page_attr bandaids X-Git-Tag: v2.6.22-rc6~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=018d2ad0cccfa9bb8bee1d160c353e568484a137;p=pandora-kernel.git x86: change_page_attr bandaids - Disable CLFLUSH again; it is still broken. Always do WBINVD. - Always flush in the i386 case, not only when there are deferred pages. These are both brute-force inefficient fixes, to be improved next release cycle. The changes to i386 are a little more extensive than strictly needed (some dead code added), but it is more similar to the x86-64 version now and the dead code will be used soon. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed