Re: [Part1 PATCH v5 07/22] x86, ACPI: Store override acpi tables physaddr in cpio files info array

From: Yinghai Lu
Date: Mon Jun 17 2013 - 19:40:39 EST


On Mon, Jun 17, 2013 at 4:38 PM, Tejun Heo <tj@xxxxxxxxxx> wrote:
> On Thu, Jun 13, 2013 at 09:02:54PM +0800, Tang Chen wrote:
>> -static struct cpio_data __initdata acpi_initrd_files[ACPI_OVERRIDE_TABLES];
>> +struct file_pos {
>> + phys_addr_t data;
>> + phys_addr_t size;
>> +};
>
> Isn't file_pos too generic as name? Would acpi_initrd_file_pos too
> long? Maybe just struct acpi_initrd_file?

ok, will change to acpi_initrd_file.

Thanks

Yinghai
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/