Searched hist:"30437 b3e743f33e9b68f813ca24e547aa9fcf7d7" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom.c | diff 30437b3e743f33e9b68f813ca24e547aa9fcf7d7 Tue Feb 27 21:12:29 CST 2007 David Gibson <david@gibson.dropbear.id.au> [POWERPC] Automatically lmb_reserve() initrd
At present, when an initrd is passed to the kernel used flat device tree properties, the memory the initrd occupies must also be reserved in the flat tree's reserve map, or the kernel may overwrite it. That makes life more complicated than it could be for the bootwrapper.
This patch makes the kernel automatically reserve the initrd's space. That in turn requires parsing the initrd parameters earlier than they are currently, in early_init_dt_scan_chosen() instead of check_for_initrd().
Signed-off-by: David Gibson <dwg@au1.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
|
H A D | setup-common.c | diff 30437b3e743f33e9b68f813ca24e547aa9fcf7d7 Tue Feb 27 21:12:29 CST 2007 David Gibson <david@gibson.dropbear.id.au> [POWERPC] Automatically lmb_reserve() initrd
At present, when an initrd is passed to the kernel used flat device tree properties, the memory the initrd occupies must also be reserved in the flat tree's reserve map, or the kernel may overwrite it. That makes life more complicated than it could be for the bootwrapper.
This patch makes the kernel automatically reserve the initrd's space. That in turn requires parsing the initrd parameters earlier than they are currently, in early_init_dt_scan_chosen() instead of check_for_initrd().
Signed-off-by: David Gibson <dwg@au1.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
|