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

From: Tejun Heo
Date: Mon Jun 17 2013 - 19:38:40 EST


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?

Thanks.

--
tejun
--
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/