From: Ingo Molnar Date: Thu, 27 Mar 2008 20:29:09 +0000 (+0100) Subject: x86: prefetch fix #2 X-Git-Tag: v2.6.25-rc8~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3085354de635179d70c240e6d942bcbd1d93056c;p=pandora-kernel.git x86: prefetch fix #2 Linus noticed a second bug and an uncleanliness: - we'd return on any instruction fetch fault - we'd use both the value of 16 and the PF_INSTR symbol which are the same and make no sense the cleanup nicely unifies this piece of logic. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed