diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-07-17 23:26:33 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-07-30 23:27:02 +0200 |
commit | 6ee1d93455384cef8a0426effe85da241b525b63 (patch) | |
tree | b3e66dbb882a5dbcdbcbc45cda66639d3141a5ca /arch/mips/mm/tlb-r4k.c | |
parent | d377732c8c9aac14ccb900b65678558b0fb8f0f3 (diff) | |
download | blackbird-op-linux-6ee1d93455384cef8a0426effe85da241b525b63.tar.gz blackbird-op-linux-6ee1d93455384cef8a0426effe85da241b525b63.zip |
MIPS: BCM47XX: Detect more then 128 MiB of RAM (HIGHMEM)
So far BCM47XX can only detect amount of HIGHMEM. It still requires
adding (registering) and well-testing before enabling by default.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/7396/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm/tlb-r4k.c')
-rw-r--r-- | arch/mips/mm/tlb-r4k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/tlb-r4k.c b/arch/mips/mm/tlb-r4k.c index 04feeb517010..92c9efdb1e86 100644 --- a/arch/mips/mm/tlb-r4k.c +++ b/arch/mips/mm/tlb-r4k.c @@ -397,7 +397,7 @@ int __init has_transparent_hugepage(void) * lifetime of the system */ -static int temp_tlb_entry __cpuinitdata; +int temp_tlb_entry __cpuinitdata; __init int add_temporary_entry(unsigned long entrylo0, unsigned long entrylo1, unsigned long entryhi, unsigned long pagemask) |