From: Helge Deller Date: Mon, 16 Mar 2015 20:17:50 +0000 (+0100) Subject: parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BIT X-Git-Tag: omap-for-v4.1/fixes-rc1~257^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e3f0ab2bb4853694570b9610b1fcfbfa8fd295b;p=pandora-kernel.git parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BIT 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 --- Reading git-diff-tree failed