[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-a7e6567585e513cb4e44387831cb75eb5b562cbb@git.kernel.org>
Date: Sun, 14 Apr 2013 09:10:15 -0700
From: tip-bot for Paul Bolle <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, pebolle@...cali.nl, hpa@...or.com,
mingo@...nel.org, tglx@...utronix.de
Subject: [tip:x86/mm] x86/mm/fixmap: Remove unused FIX_CYCLONE_TIMER
Commit-ID: a7e6567585e513cb4e44387831cb75eb5b562cbb
Gitweb: http://git.kernel.org/tip/a7e6567585e513cb4e44387831cb75eb5b562cbb
Author: Paul Bolle <pebolle@...cali.nl>
AuthorDate: Thu, 11 Apr 2013 18:49:42 +0200
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Fri, 12 Apr 2013 07:21:18 +0200
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@...cali.nl>
Link: http://lkml.kernel.org/r/1365698982.1427.3.camel@x61.thuisdomein
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
arch/x86/include/asm/fixmap.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/x86/include/asm/fixmap.h b/arch/x86/include/asm/fixmap.h
index a09c285..83ea2fb 100644
--- a/arch/x86/include/asm/fixmap.h
+++ b/arch/x86/include/asm/fixmap.h
@@ -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,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists