MIPS: BCM47XX: Detect more then 128 MiB of RAM (HIGHMEM)
authorRafał Miłecki <zajec5@gmail.com>
Thu, 17 Jul 2014 21:26:33 +0000 (23:26 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 30 Jul 2014 21:27:02 +0000 (23:27 +0200)
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>
arch/mips/bcm47xx/bcm47xx_private.h
arch/mips/bcm47xx/prom.c
arch/mips/bcm47xx/setup.c
arch/mips/include/asm/pgtable-32.h
arch/mips/mm/tlb-r4k.c

index 0194c3b..f1cc9d0 100644 (file)
@@ -3,6 +3,9 @@
 
 #include <linux/kernel.h>
 
+/* prom.c */
+void __init bcm47xx_prom_highmem_init(void);
+
 /* buttons.c */
 int __init bcm47xx_buttons_register(void);
 
Simple merge
Simple merge
Simple merge
Simple merge