diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/e820_64.h | 1 | ||||
-rw-r--r-- | include/asm-x86/gart.h | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-x86/e820_64.h b/include/asm-x86/e820_64.h index 8cba49da4795..ff36f434f00b 100644 --- a/include/asm-x86/e820_64.h +++ b/include/asm-x86/e820_64.h | |||
@@ -39,6 +39,7 @@ extern void e820_register_active_regions(int nid, | |||
39 | extern void finish_e820_parsing(void); | 39 | extern void finish_e820_parsing(void); |
40 | 40 | ||
41 | extern struct e820map e820; | 41 | extern struct e820map e820; |
42 | extern void update_e820(void); | ||
42 | 43 | ||
43 | extern unsigned ebda_addr, ebda_size; | 44 | extern unsigned ebda_addr, ebda_size; |
44 | extern unsigned long nodemap_addr, nodemap_size; | 45 | extern unsigned long nodemap_addr, nodemap_size; |
diff --git a/include/asm-x86/gart.h b/include/asm-x86/gart.h index f704c50519b8..90958ed993fa 100644 --- a/include/asm-x86/gart.h +++ b/include/asm-x86/gart.h | |||
@@ -9,6 +9,7 @@ extern int iommu_detected; | |||
9 | extern void gart_iommu_init(void); | 9 | extern void gart_iommu_init(void); |
10 | extern void gart_iommu_shutdown(void); | 10 | extern void gart_iommu_shutdown(void); |
11 | extern void __init gart_parse_options(char *); | 11 | extern void __init gart_parse_options(char *); |
12 | extern void early_gart_iommu_check(void); | ||
12 | extern void gart_iommu_hole_init(void); | 13 | extern void gart_iommu_hole_init(void); |
13 | extern int fallback_aper_order; | 14 | extern int fallback_aper_order; |
14 | extern int fallback_aper_force; | 15 | extern int fallback_aper_force; |
@@ -20,6 +21,10 @@ extern int fix_aperture; | |||
20 | #define gart_iommu_aperture 0 | 21 | #define gart_iommu_aperture 0 |
21 | #define gart_iommu_aperture_allowed 0 | 22 | #define gart_iommu_aperture_allowed 0 |
22 | 23 | ||
24 | static inline void early_gart_iommu_check(void) | ||
25 | { | ||
26 | } | ||
27 | |||
23 | static inline void gart_iommu_shutdown(void) | 28 | static inline void gart_iommu_shutdown(void) |
24 | { | 29 | { |
25 | } | 30 | } |