Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75063
b: refs/heads/master
c: b4be625
h: refs/heads/master
i:
  75061: 9f95297
  75059: 4372bd3
  75055: c627d72
v: v3
  • Loading branch information
Adrian Bunk authored and Ingo Molnar committed Dec 18, 2007
1 parent 3355606 commit c1805f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: b019e57321f3e006c0ec7a54f13efc377bcb6451
refs/heads/master: b4be625852618636a6b54908c4f9d90fb29dc549
4 changes: 2 additions & 2 deletions trunk/kernel/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1219,11 +1219,11 @@ asmlinkage long sys_sysinfo(struct sysinfo __user *info)
*/
static struct lock_class_key base_lock_keys[NR_CPUS];

static int __devinit init_timers_cpu(int cpu)
static int __cpuinit init_timers_cpu(int cpu)
{
int j;
tvec_base_t *base;
static char __devinitdata tvec_base_done[NR_CPUS];
static char __cpuinitdata tvec_base_done[NR_CPUS];

if (!tvec_base_done[cpu]) {
static char boot_done;
Expand Down

0 comments on commit c1805f5

Please sign in to comment.