diff options
Diffstat (limited to 'arch/x86/include/asm/fixmap.h')
-rw-r--r-- | arch/x86/include/asm/fixmap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/include/asm/fixmap.h b/arch/x86/include/asm/fixmap.h index 51b9e322cb8f..0dc7d9e21c34 100644 --- a/arch/x86/include/asm/fixmap.h +++ b/arch/x86/include/asm/fixmap.h | |||
@@ -105,9 +105,6 @@ enum fixed_addresses { | |||
105 | FIX_LI_PCIB, /* Lithium PCI Bridge B */ | 105 | FIX_LI_PCIB, /* Lithium PCI Bridge B */ |
106 | #endif | 106 | #endif |
107 | FIX_RO_IDT, /* Virtual mapping for read-only IDT */ | 107 | FIX_RO_IDT, /* Virtual mapping for read-only IDT */ |
108 | #ifdef CONFIG_X86_CYCLONE_TIMER | ||
109 | FIX_CYCLONE_TIMER, /*cyclone timer register*/ | ||
110 | #endif | ||
111 | #ifdef CONFIG_X86_32 | 108 | #ifdef CONFIG_X86_32 |
112 | FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */ | 109 | FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */ |
113 | FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1, | 110 | FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1, |