ARM: realview: remove sparsemem hack
authorArnd Bergmann <arnd@arndb.de>
Wed, 25 Nov 2015 16:32:14 +0000 (17:32 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 15 Dec 2015 08:41:31 +0000 (09:41 +0100)
commitfd0053c9eb7e01b1d300f4c28c9eec7ca4cda690
tree5e017e3cd8ba9ee55307381c85c87de20b025d2d
parent8005c49d9aea74d382f474ce11afbbc7d7130bec
ARM: realview: remove sparsemem hack

The realview-pbx platform has an elaborate way of avoiding the use of highmem
by redefining its phys_to_virt function. In practice this doesn't help all
that much, and it gets in the way of doing multiplatform builds for
realview.

This removes the feature and kills off the mach/memory.h file for realview.
We also lose the ability to do sparsemem with this patch, but that should
be put back into place for generic multiplatform configurations, to save
a little memory on PBX.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/Kconfig
arch/arm/mach-realview/Kconfig
arch/arm/mach-realview/include/mach/memory.h [deleted file]