linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: Remove duplicate SCHED_HRTICK config option
@ 2013-12-16 14:51 Axel Lin
  2013-12-22 19:51 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Axel Lin @ 2013-12-16 14:51 UTC (permalink / raw)
  To: linux-arm-kernel

There are two SCHED_HRTICK config entries in Kconfig.
This looks like a merge mistake. Fix it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 arch/arm/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e462c5d..03649aa0 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1656,9 +1656,6 @@ config HZ
 config SCHED_HRTICK
 	def_bool HIGH_RES_TIMERS
 
-config SCHED_HRTICK
-	def_bool HIGH_RES_TIMERS
-
 config THUMB2_KERNEL
 	bool "Compile the kernel in Thumb-2 mode" if !CPU_THUMBONLY
 	depends on (CPU_V7 || CPU_V7M) && !CPU_V6 && !CPU_V6K
-- 
1.8.1.2

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

end of thread, other threads:[~2013-12-26  5:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16 14:51 [PATCH] ARM: Remove duplicate SCHED_HRTICK config option Axel Lin
2013-12-22 19:51 ` Olof Johansson
2013-12-26  5:08   ` Axel Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).