|
|
@@ -16,7 +16,7 @@ Signed-off-by: Tobias Wolf <[email protected]>
|
|
|
|
|
|
--- a/arch/mips/kernel/setup.c
|
|
|
+++ b/arch/mips/kernel/setup.c
|
|
|
-@@ -285,6 +285,8 @@ static unsigned long __init init_initrd(
|
|
|
+@@ -287,6 +287,8 @@ static unsigned long __init init_initrd(
|
|
|
* Initialize the bootmem allocator. It also setup initrd related data
|
|
|
* if needed.
|
|
|
*/
|
|
|
@@ -25,7 +25,7 @@ Signed-off-by: Tobias Wolf <[email protected]>
|
|
|
#if defined(CONFIG_SGI_IP27) || (defined(CONFIG_CPU_LOONGSON3) && defined(CONFIG_NUMA))
|
|
|
|
|
|
static void __init bootmem_init(void)
|
|
|
-@@ -323,7 +325,7 @@ static void __init bootmem_init(void)
|
|
|
+@@ -325,7 +327,7 @@ static void __init bootmem_init(void)
|
|
|
/*
|
|
|
* Reserve any memory between the start of RAM and PHYS_OFFSET
|
|
|
*/
|
|
|
@@ -34,7 +34,7 @@ Signed-off-by: Tobias Wolf <[email protected]>
|
|
|
memblock_reserve(PHYS_OFFSET, ramstart - PHYS_OFFSET);
|
|
|
|
|
|
if (PFN_UP(ramstart) > ARCH_PFN_OFFSET) {
|
|
|
-@@ -384,8 +386,6 @@ static void __init bootmem_init(void)
|
|
|
+@@ -386,8 +388,6 @@ static void __init bootmem_init(void)
|
|
|
|
|
|
#endif /* CONFIG_SGI_IP27 */
|
|
|
|