diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2008-08-18 12:45:50 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-08-18 20:07:12 -0400 |
commit | f1ee37891dab6014f6b0ec77b18bc07e2369a55f (patch) | |
tree | 3951e7649090c1aaf4271bce5deb27f0f3cbd34d /arch/x86/kernel/apic_32.c | |
parent | b6c8051311e1a14d229df05ea39d0a1b2ce90cdd (diff) |
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) | |||
612 | * broadcast mechanism is used. On UP systems simply ignore it. | 612 | * broadcast mechanism is used. On UP systems simply ignore it. |
613 | */ | 613 | */ |
614 | if (disable_apic_timer) { | 614 | if (disable_apic_timer) { |
615 | printk(KERN_INFO "Disabling APIC timer\n"); | ||
615 | /* No broadcast on UP ! */ | 616 | /* No broadcast on UP ! */ |
616 | if (num_possible_cpus() > 1) { | 617 | if (num_possible_cpus() > 1) { |
617 | lapic_clockevent.mult = 1; | 618 | lapic_clockevent.mult = 1; |