From: Cyrill Gorcunov Date: Mon, 18 Aug 2008 16:45:50 +0000 (+0400) Subject: x86: apic - unify setup_boot_APIC_clock X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f1ee37891dab6014f6b0ec77b18bc07e2369a55f;p=deliverable%2Flinux.git x86: apic - unify setup_boot_APIC_clock Signed-off-by: Cyrill Gorcunov Signed-off-by: Ingo Molnar --- 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;