On Thu, Apr 4, 2013 at 11:35 AM, Tejun Heo <tj@xxxxxxxxxx> wrote: > > It'd be nice if the error message can be stored somewhere and then > printed out after the system is in proper address mode if that isn't > too complex to achieve. If it gets too messy, no need to bother. Maybe not necessary. As later during coping, another print out is added there for successful one. @@ -670,6 +700,9 @@ void __init acpi_initrd_override_copy(vo break; q = early_ioremap(addr, size); p = early_ioremap(acpi_tables_addr + total_offset, size); + pr_info("%4.4s ACPI table found in initrd [%#010llx-%#010llx]\n", + ((struct acpi_table_header *)q)->signature, + (u64)addr, (u64)(addr + size - 1)); Thanks Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html