diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2009-11-27 13:40:33 +0300 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2009-11-27 16:20:32 +0300 |
commit | 8793abeb783c12cc37f92f6133fd6468152b98df (patch) | |
tree | bdeacd3c9b2870c00ff532b50969f39010179f5b /arch/x86/include | |
parent | 171e7b3739e175eea7b32eca9dbe189589e14a28 (diff) | |
download | linux-8793abeb783c12cc37f92f6133fd6468152b98df.tar.xz |
x86/amd-iommu: Remove support for domain sharing
This patch makes device isolation mandatory and removes
support for the amd_iommu=share option. This simplifies the
code in several places.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/amd_iommu_types.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/amd_iommu_types.h b/arch/x86/include/asm/amd_iommu_types.h index 4899f783df68..02b6a0fd863c 100644 --- a/arch/x86/include/asm/amd_iommu_types.h +++ b/arch/x86/include/asm/amd_iommu_types.h @@ -451,9 +451,6 @@ extern struct protection_domain **amd_iommu_pd_table; /* allocation bitmap for domain ids */ extern unsigned long *amd_iommu_pd_alloc_bitmap; -/* will be 1 if device isolation is enabled */ -extern bool amd_iommu_isolate; - /* * If true, the addresses will be flushed on unmap time, not when * they are reused |