Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100684
b: refs/heads/master
c: 4620b49
h: refs/heads/master
v: v3
  • Loading branch information
Vegard Nossum authored and Ingo Molnar committed Jun 18, 2008
1 parent 90d26e6 commit ee75481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: 9583f3d9c00974911daf227cbaa12d6c1caaabad
refs/heads/master: 4620b49f76096fa5183eecad7d689faa898a4c82
6 changes: 2 additions & 4 deletions trunk/kernel/softirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,10 +359,8 @@ struct tasklet_head
struct tasklet_struct **tail;
};

/* Some compilers disobey section attribute on statics when not
initialized -- RR */
static DEFINE_PER_CPU(struct tasklet_head, tasklet_vec) = { NULL };
static DEFINE_PER_CPU(struct tasklet_head, tasklet_hi_vec) = { NULL };
static DEFINE_PER_CPU(struct tasklet_head, tasklet_vec);
static DEFINE_PER_CPU(struct tasklet_head, tasklet_hi_vec);

void __tasklet_schedule(struct tasklet_struct *t)
{
Expand Down

0 comments on commit ee75481

Please sign in to comment.