Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116496
b: refs/heads/master
c: b558cb3
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Oct 16, 2008
1 parent 0372974 commit 2ff93f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 02c1df199c990cd21c09a4dffaa06d4e0b7bf2bf
refs/heads/master: b558cb35f1ef92837cba0fba9aad267e5eff1f65
5 changes: 2 additions & 3 deletions trunk/init/dyn_array.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void __init pre_alloc_dyn_array(void)
da->init_work(da);
}
#else
#ifdef CONFIF_GENERIC_HARDIRQS
#ifdef CONFIG_GENERIC_HARDIRQS
unsigned int i;

for (i = 0; i < NR_IRQS; i++)
Expand Down Expand Up @@ -117,9 +117,8 @@ void __init per_cpu_alloc_dyn_array(int cpu, char *ptr)

phys += size;

if (da->init_work) {
if (da->init_work)
da->init_work(da);
}
}
#endif
}
Expand Down

0 comments on commit 2ff93f4

Please sign in to comment.