x86: print info about available HPET quirk
authorThomas Gleixner <tglx@linutronix.de>
Sat, 10 May 2008 19:42:14 +0000 (21:42 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 12 May 2008 19:27:54 +0000 (21:27 +0200)
commit7c4728f4a865067d96fb84f1d9c65e0ccd1f355d
treef6d30934b37337238d24a953bfbcaacd3b8f3e81
parente8aa4667baf74dfd85fbaab86861465acb811085
x86: print info about available HPET quirk

We have a lot of HPET quirks available which might force enable HPET
even when the BIOS does not enable it. Some of those quirks depend on
the command line option "hpet=force".

Andrew pointed out that hoping that the user will find out about this
boot option is not really helpful.

Emit a kernel info which informs the user about the "hpet=force" boot
option when we enter a quirk which depends on this option and the user
did not provide it.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/quirks.c