|
@@ -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;
|