diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2008-08-18 20:45:50 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-08-19 04:07:12 +0400 |
commit | f1ee37891dab6014f6b0ec77b18bc07e2369a55f (patch) | |
tree | 3951e7649090c1aaf4271bce5deb27f0f3cbd34d /arch/x86/kernel/apic_32.c | |
parent | b6c8051311e1a14d229df05ea39d0a1b2ce90cdd (diff) | |
download | linux-f1ee37891dab6014f6b0ec77b18bc07e2369a55f.tar.xz |
x86: apic - unify setup_boot_APIC_clock
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/apic_32.c')
-rw-r--r-- | arch/x86/kernel/apic_32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic_32.c b/arch/x86/kernel/apic_32.c index 8d1febf05da1..80db3e0426c4 100644 --- a/arch/x86/kernel/apic_32.c +++ b/arch/x86/kernel/apic_32.c @@ -612,6 +612,7 @@ void __init setup_boot_APIC_clock(void) * broadcast mechanism is used. On UP systems simply ignore it. */ if (disable_apic_timer) { + printk(KERN_INFO "Disabling APIC timer\n"); /* No broadcast on UP ! */ if (num_possible_cpus() > 1) { lapic_clockevent.mult = 1; |