mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86 Kconfig: cyclone-timer depends on x86-summit
@ 2011-10-28 22:48 Alessandro Rubini
  2011-12-05 18:06 ` [tip:x86/platform] x86/Kconfig: Cyclone-timer " tip-bot for Alessandro Rubini
  0 siblings, 1 reply; 2+ messages in thread
From: Alessandro Rubini @ 2011-10-28 22:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: tglx, mingo, hpa, johnstul

CONFIG_X86_CYCLONE_TIMER depends on CONFIG_X86_32_NON_STANDARD,
which forces drivers/clocksource/cyclone.c to be compiled. The
file doesn't do anything unless enabled by arch/x86/kernel/apic/summit_32.c

Make CONFIG_X86_CYCLONE_TIMER depend by X86_SUMMIT instead, to avoid
unnecessary code in other non-standard systems.

Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: john stultz <johnstul@us.ibm.com>
---
 arch/x86/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index f497677..5c67a1f 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -619,7 +619,7 @@ config X86_SUMMIT_NUMA
 
 config X86_CYCLONE_TIMER
 	def_bool y
-	depends on X86_32_NON_STANDARD
+	depends on X86_SUMMIT
 
 source "arch/x86/Kconfig.cpu"
 
-- 
1.5.6.5

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [tip:x86/platform] x86/Kconfig: Cyclone-timer depends on x86-summit
  2011-10-28 22:48 [PATCH] x86 Kconfig: cyclone-timer depends on x86-summit Alessandro Rubini
@ 2011-12-05 18:06 ` tip-bot for Alessandro Rubini
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Alessandro Rubini @ 2011-12-05 18:06 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, johnstul, rubini, tglx, mingo

Commit-ID:  f9b15df466ba923a5832c9121ad8327ccf5483ef
Gitweb:     http://git.kernel.org/tip/f9b15df466ba923a5832c9121ad8327ccf5483ef
Author:     Alessandro Rubini <rubini@gnudd.com>
AuthorDate: Sat, 29 Oct 2011 00:48:42 +0200
Committer:  Ingo Molnar <mingo@elte.hu>
CommitDate: Mon, 5 Dec 2011 18:18:15 +0100

x86/Kconfig: Cyclone-timer depends on x86-summit

CONFIG_X86_CYCLONE_TIMER depends on CONFIG_X86_32_NON_STANDARD,
which forces drivers/clocksource/cyclone.c to be compiled. The
file doesn't do anything unless enabled by
arch/x86/kernel/apic/summit_32.c

Make CONFIG_X86_CYCLONE_TIMER depend by X86_SUMMIT instead, to
avoid unnecessary code in other non-standard systems.

Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
Cc: john stultz <johnstul@us.ibm.com>
Link: http://lkml.kernel.org/r/20111028224842.GA7582@mail.gnudd.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 arch/x86/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 9e7a361..faf39a0 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -633,7 +633,7 @@ config X86_SUMMIT_NUMA
 
 config X86_CYCLONE_TIMER
 	def_bool y
-	depends on X86_32_NON_STANDARD
+	depends on X86_SUMMIT
 
 source "arch/x86/Kconfig.cpu"
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-05 18:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-28 22:48 [PATCH] x86 Kconfig: cyclone-timer depends on x86-summit Alessandro Rubini
2011-12-05 18:06 ` [tip:x86/platform] x86/Kconfig: Cyclone-timer " tip-bot for Alessandro Rubini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome