diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2008-12-12 07:53:54 -0500 |
---|---|---|
committer | Joerg Roedel <joerg.roedel@amd.com> | 2009-01-03 08:11:57 -0500 |
commit | c226f853091577e665ebc02c064af4834d8d4f28 (patch) | |
tree | 8f5921882509057efd8e81f70039dfe51a1f9012 /arch/x86/include/asm | |
parent | 0cfd7aa90be83a4d278810d231f9ef03f189b4f0 (diff) |
AMD IOMMU: convert amd_iommu_isolate to bool
Impact: cleanup
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/amd_iommu_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/amd_iommu_types.h b/arch/x86/include/asm/amd_iommu_types.h index c4b144ece1f8..7abf9cf0c1fe 100644 --- a/arch/x86/include/asm/amd_iommu_types.h +++ b/arch/x86/include/asm/amd_iommu_types.h | |||
@@ -381,7 +381,7 @@ extern struct protection_domain **amd_iommu_pd_table; | |||
381 | extern unsigned long *amd_iommu_pd_alloc_bitmap; | 381 | extern unsigned long *amd_iommu_pd_alloc_bitmap; |
382 | 382 | ||
383 | /* will be 1 if device isolation is enabled */ | 383 | /* will be 1 if device isolation is enabled */ |
384 | extern int amd_iommu_isolate; | 384 | extern bool amd_iommu_isolate; |
385 | 385 | ||
386 | /* | 386 | /* |
387 | * If true, the addresses will be flushed on unmap time, not when | 387 | * If true, the addresses will be flushed on unmap time, not when |