diff options
Diffstat (limited to 'arch/powerpc/platforms/ps3/mm.c')
-rw-r--r-- | arch/powerpc/platforms/ps3/mm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/ps3/mm.c b/arch/powerpc/platforms/ps3/mm.c index 56d47a7a022c..7bb3e1620974 100644 --- a/arch/powerpc/platforms/ps3/mm.c +++ b/arch/powerpc/platforms/ps3/mm.c | |||
@@ -1213,8 +1213,6 @@ void __init ps3_mm_init(void) | |||
1213 | BUG_ON(map.rm.base); | 1213 | BUG_ON(map.rm.base); |
1214 | BUG_ON(!map.rm.size); | 1214 | BUG_ON(!map.rm.size); |
1215 | 1215 | ||
1216 | lmb_add(map.rm.base, map.rm.size); | ||
1217 | lmb_analyze(); | ||
1218 | 1216 | ||
1219 | /* arrange to do this in ps3_mm_add_memory */ | 1217 | /* arrange to do this in ps3_mm_add_memory */ |
1220 | ps3_mm_region_create(&map.r1, map.total - map.rm.size); | 1218 | ps3_mm_region_create(&map.r1, map.total - map.rm.size); |