diff options
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 60ed700a956d..efc1ed404b51 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) | |||
671 | __pa_symbol(&__init_end), -1, | 671 | __pa_symbol(&__init_end), -1, |
672 | 0x100000, | 672 | 0x100000, |
673 | CVMX_BOOTMEM_FLAG_NO_LOCKING); | 673 | CVMX_BOOTMEM_FLAG_NO_LOCKING); |
674 | #elif defined(CONFIG_HIGHMEM) | ||
675 | memory = cvmx_bootmem_phy_alloc(mem_alloc_size, 0, 1ull << 31, | ||
676 | 0x100000, | ||
677 | CVMX_BOOTMEM_FLAG_NO_LOCKING); | ||
678 | #else | 674 | #else |
679 | memory = cvmx_bootmem_phy_alloc(mem_alloc_size, 0, 512 << 20, | 675 | memory = cvmx_bootmem_phy_alloc(mem_alloc_size, 0, 512 << 20, |
680 | 0x100000, | 676 | 0x100000, |