aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/xtensa/mm/init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/xtensa/mm/init.c b/arch/xtensa/mm/init.c
index 55b043a5918a..a534d52a57bd 100644
--- a/arch/xtensa/mm/init.c
+++ b/arch/xtensa/mm/init.c
@@ -130,7 +130,8 @@ void __init bootmem_init(void)
130 130
131 /* Find an area to use for the bootmem bitmap. */ 131 /* Find an area to use for the bootmem bitmap. */
132 132
133 bootmap_size = bootmem_bootmap_pages(max_low_pfn) << PAGE_SHIFT; 133 bootmap_size = bootmem_bootmap_pages(max_low_pfn - min_low_pfn);
134 bootmap_size <<= PAGE_SHIFT;
134 bootmap_start = ~0; 135 bootmap_start = ~0;
135 136
136 for (i=0; i<sysmem.nr_banks; i++) 137 for (i=0; i<sysmem.nr_banks; i++)