aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-i386/fixmap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-i386/fixmap.h b/include/asm-i386/fixmap.h
index e5651b2a585a..80ea052ee3a4 100644
--- a/include/asm-i386/fixmap.h
+++ b/include/asm-i386/fixmap.h
@@ -84,6 +84,9 @@ enum fixed_addresses {
84#ifdef CONFIG_PCI_MMCONFIG 84#ifdef CONFIG_PCI_MMCONFIG
85 FIX_PCIE_MCFG, 85 FIX_PCIE_MCFG,
86#endif 86#endif
87#ifdef CONFIG_PARAVIRT
88 FIX_PARAVIRT_BOOTMAP,
89#endif
87 __end_of_permanent_fixed_addresses, 90 __end_of_permanent_fixed_addresses,
88 /* temporary boot-time mappings, used before ioremap() is functional */ 91 /* temporary boot-time mappings, used before ioremap() is functional */
89#define NR_FIX_BTMAPS 16 92#define NR_FIX_BTMAPS 16