From: Benjamin Herrenschmidt Date: Tue, 27 Apr 2010 21:22:55 +0000 (+0000) Subject: powerpc: Fix CONFIG_DEBUG_PAGEALLOC on 603/e300 X-Git-Tag: v2.6.35-rc1~450^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75c1d539ea13117cbe95e2c343e52af67d735145;p=pandora-kernel.git powerpc: Fix CONFIG_DEBUG_PAGEALLOC on 603/e300 So we tried to speed things up a bit using flush_hash_pages() directly but that falls over on 603 of course meaning we fail to flush the TLB properly and we may even end up having it corrupt memory randomly by accessing a hash table that doesn't exist. This removes the "optimization" by always going through flush_tlb_page() for now at least. Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed