From: Arnd Bergmann Date: Thu, 15 Jun 2006 11:15:44 +0000 (+1000) Subject: [PATCH] powerpc: Fix 64k pages on non-partitioned machines X-Git-Tag: v2.6.17~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19242b240793ac769f5b91b68a5e43dd39f0c530;p=pandora-kernel.git [PATCH] powerpc: Fix 64k pages on non-partitioned machines The page size encoding passed to tlbie is incorrect for new-style large pages. This fixes it. This doesn't affect anything on older machines because mmu_psize_defs[psize].penc (the page size encoding) is 0 for 4k and 16M pages (the two are distinguished by a separate "is a large page" bit). Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Arnd Bergmann Signed-off-by: Paul Mackerras Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed