aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/gart.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/gart.h')
-rw-r--r--include/asm-x86/gart.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/asm-x86/gart.h b/include/asm-x86/gart.h
index 0765f3d67851..f704c50519b8 100644
--- a/include/asm-x86/gart.h
+++ b/include/asm-x86/gart.h
@@ -9,16 +9,16 @@ extern int iommu_detected;
9extern void gart_iommu_init(void); 9extern void gart_iommu_init(void);
10extern void gart_iommu_shutdown(void); 10extern void gart_iommu_shutdown(void);
11extern void __init gart_parse_options(char *); 11extern void __init gart_parse_options(char *);
12extern void iommu_hole_init(void); 12extern void gart_iommu_hole_init(void);
13extern int fallback_aper_order; 13extern int fallback_aper_order;
14extern int fallback_aper_force; 14extern int fallback_aper_force;
15extern int iommu_aperture; 15extern int gart_iommu_aperture;
16extern int iommu_aperture_allowed; 16extern int gart_iommu_aperture_allowed;
17extern int iommu_aperture_disabled; 17extern int gart_iommu_aperture_disabled;
18extern int fix_aperture; 18extern int fix_aperture;
19#else 19#else
20#define iommu_aperture 0 20#define gart_iommu_aperture 0
21#define iommu_aperture_allowed 0 21#define gart_iommu_aperture_allowed 0
22 22
23static inline void gart_iommu_shutdown(void) 23static inline void gart_iommu_shutdown(void)
24{ 24{