On Thu, Jun 13, 2013 at 09:02:56PM +0800, Tang Chen wrote: > From: Yinghai Lu <[email protected]>
Ditto for the opening. Probably not a must, I suppose, but would be very nice. > head64.c could use #PF handler setup page table to access initrd before > init mem mapping and initrd relocating. > > head_32.S could use 32bit flat mode to access initrd before init mem > mapping initrd relocating. > > This patch introduces x86_acpi_override_find(), which is called from > head_32.S/head64.c, to replace acpi_initrd_override_find(). So that we > can makes 32bit and 64 bit more consistent. > > -v2: use inline function in header file instead according to tj. > also still need to keep #idef head_32.S to avoid compiling error. > -v3: need to move down reserve_initrd() after acpi_initrd_override_copy(), > to make sure we are using right address. > > Signed-off-by: Yinghai Lu <[email protected]> > Cc: Pekka Enberg <[email protected]> > Cc: Jacob Shin <[email protected]> > Cc: Rafael J. Wysocki <[email protected]> > Cc: [email protected] > Tested-by: Thomas Renninger <[email protected]> > Reviewed-by: Tang Chen <[email protected]> > Tested-by: Tang Chen <[email protected]> Other than that, Acked-by: Tejun Heo <[email protected]> Thanks. -- tejun -- 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/

