diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-04-11 12:49:42 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-04-12 01:21:18 -0400 |
commit | a7e6567585e513cb4e44387831cb75eb5b562cbb (patch) | |
tree | 8cd1557c6a21319ddb404dfc1a4c6f1aab171c40 /arch/x86/include | |
parent | 7e9a2f0a080ba2f247559e95eb0df7072bede18a (diff) |
x86/mm/fixmap: Remove unused FIX_CYCLONE_TIMER
The last users of FIX_CYCLONE_TIMER were removed in v2.6.18. We
can remove this unneeded constant.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Link: http://lkml.kernel.org/r/1365698982.1427.3.camel@x61.thuisdomein
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/include')
-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 a09c28571064..83ea2fb5fc75 100644 --- a/arch/x86/include/asm/fixmap.h +++ b/arch/x86/include/asm/fixmap.h | |||
@@ -107,9 +107,6 @@ enum fixed_addresses { | |||
107 | #ifdef CONFIG_X86_F00F_BUG | 107 | #ifdef CONFIG_X86_F00F_BUG |
108 | FIX_F00F_IDT, /* Virtual mapping for IDT */ | 108 | FIX_F00F_IDT, /* Virtual mapping for IDT */ |
109 | #endif | 109 | #endif |
110 | #ifdef CONFIG_X86_CYCLONE_TIMER | ||
111 | FIX_CYCLONE_TIMER, /*cyclone timer register*/ | ||
112 | #endif | ||
113 | #ifdef CONFIG_X86_32 | 110 | #ifdef CONFIG_X86_32 |
114 | FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */ | 111 | FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */ |
115 | FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1, | 112 | FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1, |