From: Scott Wood Date: Wed, 12 Sep 2012 13:00:09 +0000 (+0000) Subject: powerpc/mm: Fix typo in PTRS_PER_PUD X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~10^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3d3444572dbf01d36884f9b3fe69a611420ad37;p=pandora-kernel.git powerpc/mm: Fix typo in PTRS_PER_PUD PTRS_PER_PUD should be based on PUD_INDEX_SIZE, not PMD_INDEX_SIZE. We got away with it because PUD and PMD had the same index size, but this is no longer true with Aneesh's patchset to support a 46-bit user effective address space. Signed-off-by: Scott Wood Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed