]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit62cf20b32aee4ae889a2eb40fd41c0eab73de970
treea3bd7d28b380b0a3e52398542910027c6c8a92cb
parentfc0830fe017d02b7b4995b5c402b484b65d9dfc6
tick: Move skew_tick option into the HIGH_RES_TIMER section

commit 5307c95 (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