From: Thomas Gleixner The command line parameter misses an equals sign. Signed-off-by: Thomas Gleixner Signed-off-by: Andrew Morton --- kernel/hrtimer.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN kernel/hrtimer.c~highres-timer-core-fix-commandline-setup kernel/hrtimer.c --- a/kernel/hrtimer.c~highres-timer-core-fix-commandline-setup +++ a/kernel/hrtimer.c @@ -314,7 +314,7 @@ static int __init setup_hrtimer_hres(cha return 1; } -__setup("highres", setup_hrtimer_hres); +__setup("highres=", setup_hrtimer_hres); /* * Is the high resolution mode active ? _