From: Benjamin Herrenschmidt Date: Thu, 8 Dec 2005 05:51:44 +0000 (+1100) Subject: [PATCH] powerpc: Fix a huge page bug X-Git-Tag: v2.6.15-rc6~146^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=325c82a029ca7ea80f8cb24815d6c9288d177190;p=pandora-kernel.git [PATCH] powerpc: Fix a huge page bug The 64k pages patch changed the meaning of one argument passed to the low level hash functions (from "large" it became "psize" or page size index), but one of the call sites wasn't properly updated, causing potential random weird problems with huge pages. This fixes it. Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed