diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-07-21 07:37:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-21 20:49:15 -0400 |
commit | 820de5c39ef7f6866d2c9e6c7d208bcd2a6e1942 (patch) | |
tree | be28af991bb9fa26ece3ffb44b01c7038aa70fa4 /arch | |
parent | 3704540b48295253bd9c87a5e7ff545f9d47a3b8 (diff) |
highres: improve debug output
Add some more debug information to the hrtimer and clock events code.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: john stultz <johnstul@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/kernel/apic.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/i386/kernel/apic.c b/arch/i386/kernel/apic.c index 610f44b24367..83988c3c8e22 100644 --- a/arch/i386/kernel/apic.c +++ b/arch/i386/kernel/apic.c | |||
@@ -524,6 +524,9 @@ void __init setup_boot_APIC_clock(void) | |||
524 | */ | 524 | */ |
525 | if (nmi_watchdog != NMI_IO_APIC) | 525 | if (nmi_watchdog != NMI_IO_APIC) |
526 | lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY; | 526 | lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY; |
527 | else | ||
528 | printk(KERN_WARNING "APIC timer registered as dummy," | ||
529 | " due to nmi_watchdog=1!\n"); | ||
527 | } | 530 | } |
528 | 531 | ||
529 | /* Setup the lapic or request the broadcast */ | 532 | /* Setup the lapic or request the broadcast */ |