On Tue, Apr 9, 2013 at 10:34 PM, Tang Chen <[email protected]> wrote: > On 04/05/2013 07:46 AM, Yinghai Lu wrote: >> boot_params_p = (struct boot_params *)__pa_nodebug(&boot_params); >> - ramdisk_image = boot_params_p->hdr.ramdisk_image; >> - ramdisk_size = boot_params_p->hdr.ramdisk_size; >> + ramdisk_image = get_ramdisk_image(boot_params_p); >> + ramdisk_size = get_ramdisk_image(boot_params_p); > > > Shoule be get_ramdisk_size(boot_params_p) ? >
oh, will update that. Thanks Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

