Re: [PATCH 13/34] AMD IOMMU: add functions to parse IOMMU memorymapping requirements for devices

From: Andrew Morton
Date: Wed Jul 09 2008 - 21:57:55 EST


On Thu, 26 Jun 2008 21:27:49 +0200 Joerg Roedel <joerg.roedel@xxxxxxx> wrote:

> +static int __init init_memory_definitions(struct acpi_table_header *table)
> +{
> + u8 *p = (u8 *)table, *end = (u8 *)table;
> + struct ivmd_header *m;
> +
> + INIT_LIST_HEAD(&amd_iommu_unity_map);

Define with LIST_HEAD().
--
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/