Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53610
b: refs/heads/master
c: 2feae21
h: refs/heads/master
v: v3
  • Loading branch information
James Bottomley authored and James Bottomley committed May 1, 2007
1 parent 3402afd commit 217b035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0293ca814b74e20e77cf719074ee15372204fc55
refs/heads/master: 2feae2158a96aa5e02ca2e630896e6f553c36dc0
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/i8253.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void __init setup_pit_timer(void)
* Start pit with the boot cpu mask and make it global after the
* IO_APIC has been initialized.
*/
pit_clockevent.cpumask = cpumask_of_cpu(0);
pit_clockevent.cpumask = cpumask_of_cpu(smp_processor_id());
pit_clockevent.mult = div_sc(CLOCK_TICK_RATE, NSEC_PER_SEC, 32);
pit_clockevent.max_delta_ns =
clockevent_delta2ns(0x7FFF, &pit_clockevent);
Expand Down

0 comments on commit 217b035

Please sign in to comment.