[PATCH] ppc64: Fix the lazy icache/dcache code for non-RAM pages
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 8 Nov 2005 00:21:05 +0000 (11:21 +1100)
committerPaul Mackerras <paulus@samba.org>
Tue, 8 Nov 2005 02:07:50 +0000 (13:07 +1100)
For some stupid reason I can't explain (brown paper bag is at hand), I
removed the check pfn_valid() in the code that does the icache/dcache
coherency on POWER4 and later. That causes us to eventually try to
access non existing struct page when hashing in IO pages.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found