parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BIT
authorHelge Deller <deller@gmx.de>
Mon, 16 Mar 2015 20:17:50 +0000 (21:17 +0100)
committerHelge Deller <deller@gmx.de>
Mon, 23 Mar 2015 11:28:16 +0000 (12:28 +0100)
Make the code which sets up the pmd depend on PT_NLEVELS == 3, not on
CONFIG_64BIT. The reason is, that a 64bit kernel with a page size
greater than 4k doesn't need the pmd and thus has PT_NLEVELS = 2.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/pgalloc.h

Simple merge