projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6c8051
)
x86: apic - unify setup_boot_APIC_clock
author
Cyrill Gorcunov
<gorcunov@gmail.com>
Mon, 18 Aug 2008 16:45:50 +0000
(20:45 +0400)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 19 Aug 2008 00:07:12 +0000
(
02:07
+0200)
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic_32.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/apic_32.c
b/arch/x86/kernel/apic_32.c
index
8d1febf
..
80db3e0
100644
(file)
--- 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;