Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42922
b: refs/heads/master
c: 3908fd2
h: refs/heads/master
v: v3
  • Loading branch information
Zachary Amsden authored and Linus Torvalds committed Dec 7, 2006
1 parent bbf302a commit 4e0d5e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: c949d4eb40ce021b1abc3b63af23aa535662cb17
refs/heads/master: 3908fd2ed920af818aa596672da68ba26173ff27
2 changes: 0 additions & 2 deletions trunk/kernel/softirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,6 @@ static int __cpuinit cpu_callback(struct notifier_block *nfb,

switch (action) {
case CPU_UP_PREPARE:
BUG_ON(per_cpu(tasklet_vec, hotcpu).list);
BUG_ON(per_cpu(tasklet_hi_vec, hotcpu).list);
p = kthread_create(ksoftirqd, hcpu, "ksoftirqd/%d", hotcpu);
if (IS_ERR(p)) {
printk("ksoftirqd for %i failed\n", hotcpu);
Expand Down

0 comments on commit 4e0d5e2

Please sign in to comment.