* [PATCH] x86: fixmap: remove FIX_CYCLONE_TIMER
@ 2013-04-11 16:49 Paul Bolle
2013-04-14 16:10 ` [tip:x86/mm] x86/mm/fixmap: Remove unused FIX_CYCLONE_TIMER tip-bot for Paul Bolle
0 siblings, 1 reply; 2+ messages in thread
From: Paul Bolle @ 2013-04-11 16:49 UTC (permalink / raw)
To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin; +Cc: x86, linux-kernel
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>
---
See commit 61743fe445213b87fb55a389c8d073785323ca3e ("[...] Time: i386
Conversion - part 4: Remove Old timer_opts Code").
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,
--
1.7.11.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [tip:x86/mm] x86/mm/fixmap: Remove unused FIX_CYCLONE_TIMER
2013-04-11 16:49 [PATCH] x86: fixmap: remove FIX_CYCLONE_TIMER Paul Bolle
@ 2013-04-14 16:10 ` tip-bot for Paul Bolle
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Paul Bolle @ 2013-04-14 16:10 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, pebolle, hpa, mingo, tglx
Commit-ID: a7e6567585e513cb4e44387831cb75eb5b562cbb
Gitweb: http://git.kernel.org/tip/a7e6567585e513cb4e44387831cb75eb5b562cbb
Author: Paul Bolle <pebolle@tiscali.nl>
AuthorDate: Thu, 11 Apr 2013 18:49:42 +0200
Committer: Ingo Molnar <mingo@kernel.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@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 | 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,
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-14 16:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 16:49 [PATCH] x86: fixmap: remove FIX_CYCLONE_TIMER Paul Bolle
2013-04-14 16:10 ` [tip:x86/mm] x86/mm/fixmap: Remove unused FIX_CYCLONE_TIMER tip-bot for Paul Bolle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.