diff options
Diffstat (limited to 'include/asm-x86/fixmap_32.h')
-rw-r--r-- | include/asm-x86/fixmap_32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-x86/fixmap_32.h b/include/asm-x86/fixmap_32.h index fde140fd6d95..a7404d50686b 100644 --- a/include/asm-x86/fixmap_32.h +++ b/include/asm-x86/fixmap_32.h | |||
@@ -104,6 +104,9 @@ enum fixed_addresses { | |||
104 | (__end_of_permanent_fixed_addresses & 511), | 104 | (__end_of_permanent_fixed_addresses & 511), |
105 | FIX_BTMAP_BEGIN = FIX_BTMAP_END + NR_FIX_BTMAPS*FIX_BTMAPS_NESTING - 1, | 105 | FIX_BTMAP_BEGIN = FIX_BTMAP_END + NR_FIX_BTMAPS*FIX_BTMAPS_NESTING - 1, |
106 | FIX_WP_TEST, | 106 | FIX_WP_TEST, |
107 | #ifdef CONFIG_PROVIDE_OHCI1394_DMA_INIT | ||
108 | FIX_OHCI1394_BASE, | ||
109 | #endif | ||
107 | __end_of_fixed_addresses | 110 | __end_of_fixed_addresses |
108 | }; | 111 | }; |
109 | 112 | ||