Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339110
b: refs/heads/master
c: 47c8c91
h: refs/heads/master
v: v3
  • Loading branch information
Shan Wei authored and John Stultz committed Nov 13, 2012
1 parent 540a5b2 commit 31b121a
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: 980097b36074596c76c1367a9e7b70ec8583d55b
refs/heads/master: 47c8c91b2d60006df22146effe79ac4cdafd9205
2 changes: 1 addition & 1 deletion trunk/drivers/clocksource/arm_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ int __init arm_generic_timer_init(void)
lpj_fine = DIV_ROUND_CLOSEST(arch_timer_rate, HZ);

/* Immediately configure the timer on the boot CPU */
arch_timer_setup(per_cpu_ptr(&arch_timer_evt, smp_processor_id()));
arch_timer_setup(this_cpu_ptr(&arch_timer_evt));

register_cpu_notifier(&arch_timer_cpu_nb);

Expand Down

0 comments on commit 31b121a

Please sign in to comment.