ARM: fix noMMU kallsyms symbol filtering
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 26 Feb 2014 19:40:46 +0000 (19:40 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 7 Mar 2014 22:04:06 +0000 (22:04 +0000)
commit006fa2599bf0daf107cbb7a8a99fcfb9a998a169
treeec9a6d2af74aa4a923fa4ee23d13aac5ab780f4b
parentb3634575930857724d5c3987a2739b0637999b4e
ARM: fix noMMU kallsyms symbol filtering

With noMMU, CONFIG_PAGE_OFFSET was not being set correctly.  As there's
no MMU, PAGE_OFFSET should be equal to PHYS_OFFSET in all cases.  This
commit makes that explicit.

Since we do this, we don't need to mess around in asm/memory.h with
ifdefs to sort this out, so let's get rid of that, and there's no point
offering the "Memory split" option for noMMU as that's meaningless
there.

Fixes: b9b32bf70f2f ("ARM: use linker magic for vectors and vector stubs")
Cc: <stable@vger.kernel.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig
arch/arm/include/asm/memory.h