diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2012-06-12 12:09:35 +0200 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2012-07-17 12:14:58 +0200 |
commit | 643511b37eb72d831646bacafaeace1eeadf5a54 (patch) | |
tree | b541b53f37fe8a49b4edccd96c924099dfaee201 /drivers/iommu/amd_iommu.c | |
parent | 4d121c3256edc66fe8a8e7f975eba72add120a26 (diff) | |
download | talos-obmc-linux-643511b37eb72d831646bacafaeace1eeadf5a54.tar.gz talos-obmc-linux-643511b37eb72d831646bacafaeace1eeadf5a54.zip |
iommu/amd: Introduce early_amd_iommu_init routine
Split out the code to parse the ACPI table and setup
relevant data structures into a new function.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'drivers/iommu/amd_iommu.c')
-rw-r--r-- | drivers/iommu/amd_iommu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/amd_iommu.c b/drivers/iommu/amd_iommu.c index 7f8e7a8bf504..0d0dc8598c72 100644 --- a/drivers/iommu/amd_iommu.c +++ b/drivers/iommu/amd_iommu.c @@ -384,7 +384,6 @@ DECLARE_STATS_COUNTER(invalidate_iotlb); DECLARE_STATS_COUNTER(invalidate_iotlb_all); DECLARE_STATS_COUNTER(pri_requests); - static struct dentry *stats_dir; static struct dentry *de_fflush; |