projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77a12d0
)
MIPS: Octeon: Remove highmem code.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 25 Oct 2012 19:12:15 +0000
(21:12 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 12 Dec 2012 15:52:06 +0000
(16:52 +0100)
On Cavium hardware only 64-bit kernels are supported so CONFIG_HIGHMEM
is never set.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/cavium-octeon/setup.c
patch
|
blob
|
history
diff --git
a/arch/mips/cavium-octeon/setup.c
b/arch/mips/cavium-octeon/setup.c
index 60ed700a956d6b2c3f9abe05ead4a9c1d6e9c8f3..efc1ed404b510b2358cc5010c273644ae4dea669 100644
(file)
--- 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,