[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080709185144.9f144d5e.akpm@linux-foundation.org>
Date: Wed, 9 Jul 2008 18:51:44 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Joerg Roedel <joerg.roedel@....com>
Cc: tglx@...utronix.de, mingo@...hat.com, linux-kernel@...r.kernel.org,
iommu@...ts.linux-foundation.org, bhavna.sarathy@....com,
Sebastian.Biemueller@....com, robert.richter@....com,
joro@...tes.org
Subject: Re: [PATCH 13/34] AMD IOMMU: add functions to parse IOMMU memory
mapping requirements for devices
On Thu, 26 Jun 2008 21:27:49 +0200 Joerg Roedel <joerg.roedel@....com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists