Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99337
b: refs/heads/master
c: ab5a5be
h: refs/heads/master
i:
  99335: dac1005
v: v3
  • Loading branch information
Ingo Molnar committed Jul 8, 2008
1 parent e164dc1 commit 273eaf5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ff11571b25152edfb1eb0e6feb7e0009670fe4a5
refs/heads/master: ab5a5be099cb20a1c006bf0e211c48502d7ebc44
6 changes: 2 additions & 4 deletions trunk/arch/x86/kernel/apic_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -541,13 +541,11 @@ void __init setup_boot_APIC_clock(void)
* PIT/HPET going. Otherwise register lapic as a dummy
* device.
*/
if (nmi_watchdog != NMI_IO_APIC) {
if (nmi_watchdog != NMI_IO_APIC)
lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY;
} else {
else
printk(KERN_WARNING "APIC timer registered as dummy,"
" due to nmi_watchdog=1!\n");
timer_through_8259 = 1;
}
}

/* Setup the lapic or request the broadcast */
Expand Down
6 changes: 2 additions & 4 deletions trunk/arch/x86/kernel/apic_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,13 +413,11 @@ void __init setup_boot_APIC_clock(void)
* PIT/HPET going. Otherwise register lapic as a dummy
* device.
*/
if (nmi_watchdog != NMI_IO_APIC) {
if (nmi_watchdog != NMI_IO_APIC)
lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY;
} else {
else
printk(KERN_WARNING "APIC timer registered as dummy,"
" due to nmi_watchdog=1!\n");
timer_through_8259 = 1;
}

setup_APIC_timer();
}
Expand Down

0 comments on commit 273eaf5

Please sign in to comment.