]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] powerpc: Fix a huge page bug
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 8 Dec 2005 05:51:44 +0000 (16:51 +1100)
committerPaul Mackerras <paulus@samba.org>
Thu, 8 Dec 2005 05:57:41 +0000 (16:57 +1100)
commit325c82a029ca7ea80f8cb24815d6c9288d177190
tree898b1a900bbf2ca0f60d6bf552f2db70d307746b
parent6d91bb93e45857259ec80cf7393ea561dba1a1de
[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 <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/hugetlbpage.c