On Tue, Dec 11, 2012 at 9:06 AM, Borislav Petkov <b...@alien8.de> wrote: > On Tue, Dec 11, 2012 at 09:00:55AM -0800, Yinghai Lu wrote: >> ok, then next question is how early it should be. >> >> before early_cpu_init/early_identify_cpu >> >> or just before check_bugs/identify_cpu > > Read the code. It's in x86_64_start_kernel on 64-bit. >
No, that is not right place. initrd could be loaded anywhere like way high by bootloader. to make code simple, we should have following sequence in setup_arch early_ioremap_init() early_update_microcode()... early_cpu_init() early_update_microcode could use early_ioremap to access initrd ramdisk area. Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/