]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7615cca77f411abd2f760b832719e2c69560f5ea
tree5e017e3cd8ba9ee55307381c85c87de20b025d2d
parent2715d332e6151136472842d51b2ec873c0652275
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]