Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62445
b: refs/heads/master
c: 43d6ca0
h: refs/heads/master
i:
  62443: f5bfc03
v: v3
  • Loading branch information
Chris Wright authored and Linus Torvalds committed Jul 22, 2007
1 parent 7d1b080 commit d6fa2e2
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: f5352fd0ce41b079a01e23c01ea3578c29f097e7
refs/heads/master: 43d6ca01844789b4c695175f8c205861a06a84cb
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/hpet.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ int __init hpet_enable(void)
* Start hpet with the boot cpu mask and make it
* global after the IO_APIC has been initialized.
*/
hpet_clockevent.cpumask =cpumask_of_cpu(0);
hpet_clockevent.cpumask = cpumask_of_cpu(smp_processor_id());
clockevents_register_device(&hpet_clockevent);
global_clock_event = &hpet_clockevent;
return 1;
Expand Down

0 comments on commit d6fa2e2

Please sign in to comment.