]> git.baikalelectronics.ru Git - kernel.git/commit
tick: Move skew_tick option into the HIGH_RES_TIMER section
authorThomas Gleixner <tglx@linutronix.de>
Fri, 25 May 2012 12:08:57 +0000 (14:08 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 25 May 2012 12:08:57 +0000 (14:08 +0200)
commit7cc993658a90633b24ff103eb8c6a0dcec238c7d
treea3bd7d28b380b0a3e52398542910027c6c8a92cb
parenta816ae723d036c16f1d6b1dbf561194f583302d9
tick: Move skew_tick option into the HIGH_RES_TIMER section

commit bb33fb5 (tick: Add tick skew boot option) broke the
!CONFIG_HIGH_RES_TIMERS build.

Move the boot option parsing into the CONFIG_HIGH_RES_TIMERS section.

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Mike Galbraith <mgalbraith@suse.de>
kernel/time/tick-sched.c