init.c (7ae383be81781c5e1347f71c3eb0d53ce5188200) | init.c (24bbd929e6b9e62afd263c42b4318d3b603c956c) |
---|---|
1/* 2 * linux/arch/arm/mm/init.c 3 * 4 * Copyright (C) 1995-2005 Russell King 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. --- 254 unchanged lines hidden (view full) --- 263#endif 264 265 arm_mm_memblock_reserve(); 266 267 /* reserve any platform specific memblock areas */ 268 if (mdesc->reserve) 269 mdesc->reserve(); 270 | 1/* 2 * linux/arch/arm/mm/init.c 3 * 4 * Copyright (C) 1995-2005 Russell King 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. --- 254 unchanged lines hidden (view full) --- 263#endif 264 265 arm_mm_memblock_reserve(); 266 267 /* reserve any platform specific memblock areas */ 268 if (mdesc->reserve) 269 mdesc->reserve(); 270 |
271 early_init_fdt_reserve_self(); |
|
271 early_init_fdt_scan_reserved_mem(); 272 273 /* reserve memory for DMA contiguous allocations */ 274 dma_contiguous_reserve(arm_dma_limit); 275 276 arm_memblock_steal_permitted = false; 277 memblock_dump_all(); 278} --- 474 unchanged lines hidden --- | 272 early_init_fdt_scan_reserved_mem(); 273 274 /* reserve memory for DMA contiguous allocations */ 275 dma_contiguous_reserve(arm_dma_limit); 276 277 arm_memblock_steal_permitted = false; 278 memblock_dump_all(); 279} --- 474 unchanged lines hidden --- |