From: Nicolas Pitre Date: Thu, 11 Sep 2008 15:52:02 +0000 (-0400) Subject: [ARM] remove bogus #ifdef CONFIG_HIGHMEM in show_pte() X-Git-Tag: v2.6.29-rc1~559^2~83^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=252d4c276dc0895834af48743579cf19d1fa150b;p=pandora-kernel.git [ARM] remove bogus #ifdef CONFIG_HIGHMEM in show_pte() The restriction on !CONFIG_HIGHMEM is unneeded since page tables are currently never allocated with highmem pages, and actually disable PTE dump whenever highmem is configured. Let's have a dynamic test to better describe the current limitation instead. Signed-off-by: Nicolas Pitre Signed-off-by: Russell King --- Reading git-diff-tree failed