Message ID | 1387205515.6989.1.camel@phoenix (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Dec 16, 2013 at 10:51:55PM +0800, Axel Lin wrote: > 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> Acked-by: Olof Johansson <olof@lixom.net> Please send to Russell's patch tracker. -Olof
2013/12/23 Olof Johansson <olof@lixom.net>: > On Mon, Dec 16, 2013 at 10:51:55PM +0800, Axel Lin wrote: >> 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> > > Acked-by: Olof Johansson <olof@lixom.net> > > Please send to Russell's patch tracker. Already sent to patch tracker. http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7929/1 Thanks, Axel
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
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(-)