[PATCH v5 01/22] x86: Change get_ramdisk_image() to global

2013-06-14 Thread Yinghai Lu
Need to use get_ramdisk_image() with early microcode_updating in other file. Change it to global. Also make it to take boot_params pointer, as head_32.S need to access it via phys address during 32bit flat mode. Signed-off-by: Yinghai Lu Acked-by: Tejun Heo Tested-by: Thomas Renninger

[PATCH v5 01/22] x86: Change get_ramdisk_image() to global

2013-06-14 Thread Yinghai Lu
Need to use get_ramdisk_image() with early microcode_updating in other file. Change it to global. Also make it to take boot_params pointer, as head_32.S need to access it via phys address during 32bit flat mode. Signed-off-by: Yinghai Lu ying...@kernel.org Acked-by: Tejun Heo t...@kernel.org