From ee754815ade97cc909c4a5d1e0104d36c841f94e Mon Sep 17 00:00:00 2001 From: Vegard Nossum Date: Thu, 12 Jun 2008 23:21:53 +0200 Subject: [PATCH] --- yaml --- r: 100684 b: refs/heads/master c: 4620b49f76096fa5183eecad7d689faa898a4c82 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/kernel/softirq.c | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 8260e1ffe655..eda2bf5a090b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9583f3d9c00974911daf227cbaa12d6c1caaabad +refs/heads/master: 4620b49f76096fa5183eecad7d689faa898a4c82 diff --git a/trunk/kernel/softirq.c b/trunk/kernel/softirq.c index 059256874e9b..86775340ef1d 100644 --- a/trunk/kernel/softirq.c +++ b/trunk/kernel/softirq.c @@ -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) {