]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
x86/mm/fixmap: Remove unused FIX_CYCLONE_TIMER
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 11 Apr 2013 16:49:42 +0000 (18:49 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 12 Apr 2013 05:21:18 +0000 (07:21 +0200)
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>
arch/x86/include/asm/fixmap.h

index a09c28571064d7d4d148dc34f7f86b3bcb319abb..83ea2fb5fc75e08d73bac8e5c6c43c83d256a2eb 100644 (file)
@@ -107,9 +107,6 @@ enum fixed_addresses {
 #ifdef CONFIG_X86_F00F_BUG
        FIX_F00F_IDT,   /* Virtual mapping for IDT */
 #endif
-#ifdef CONFIG_X86_CYCLONE_TIMER
-       FIX_CYCLONE_TIMER, /*cyclone timer register*/
-#endif
 #ifdef CONFIG_X86_32
        FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */
        FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1,