Searched hist:"0011036 beeffeada15acd1936d67988de21ca65e" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/mips/kernel/ |
H A D | setup.c | diff 0011036beeffeada15acd1936d67988de21ca65e Tue Aug 26 15:34:57 CEST 2008 Atsushi Nemoto <anemo@mba.ocn.ne.jp> [MIPS] Probe initrd header only if explicitly specified
Currently init_initrd() probes initrd header at the last page of kernel image, but it is valid only if addinitrd was used. If addinitrd was not used, the area contains garbage so probing there might misdetect initrd header (magic number is not strictly robust).
This patch introduces CONFIG_PROBE_INITRD_HEADER to explicitly enable this probing.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|
/linux/arch/mips/ |
H A D | Kconfig | diff 0011036beeffeada15acd1936d67988de21ca65e Tue Aug 26 15:34:57 CEST 2008 Atsushi Nemoto <anemo@mba.ocn.ne.jp> [MIPS] Probe initrd header only if explicitly specified
Currently init_initrd() probes initrd header at the last page of kernel image, but it is valid only if addinitrd was used. If addinitrd was not used, the area contains garbage so probing there might misdetect initrd header (magic number is not strictly robust).
This patch introduces CONFIG_PROBE_INITRD_HEADER to explicitly enable this probing.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|