diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-10-25 21:12:15 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-12-12 16:52:06 +0100 |
commit | ce4625f431d064e65eefacfbe59abe0f642de38e (patch) | |
tree | a9c96b42eb1b28e0ebed10dce126bfcaae9b5b1b /arch/mips/cavium-octeon | |
parent | 77a12d0a4a71b4a49c4cd5bac341110c5c527a57 (diff) | |
download | linux-3.10-ce4625f431d064e65eefacfbe59abe0f642de38e.tar.gz linux-3.10-ce4625f431d064e65eefacfbe59abe0f642de38e.tar.bz2 linux-3.10-ce4625f431d064e65eefacfbe59abe0f642de38e.zip |
MIPS: Octeon: Remove highmem code.
On Cavium hardware only 64-bit kernels are supported so CONFIG_HIGHMEM
is never set.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/cavium-octeon')
-rw-r--r-- | arch/mips/cavium-octeon/setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/cavium-octeon/setup.c b/arch/mips/cavium-octeon/setup.c index 60ed700a956..efc1ed404b5 100644 --- a/arch/mips/cavium-octeon/setup.c +++ b/arch/mips/cavium-octeon/setup.c @@ -671,10 +671,6 @@ void __init plat_mem_setup(void) __pa_symbol(&__init_end), -1, 0x100000, CVMX_BOOTMEM_FLAG_NO_LOCKING); -#elif defined(CONFIG_HIGHMEM) - memory = cvmx_bootmem_phy_alloc(mem_alloc_size, 0, 1ull << 31, - 0x100000, - CVMX_BOOTMEM_FLAG_NO_LOCKING); #else memory = cvmx_bootmem_phy_alloc(mem_alloc_size, 0, 512 << 20, 0x100000, |