From: Aivils <aivils@unibanka.lv>
To: linux-kernel@vger.kernel.org
Subject: kernel/softirq.c issues under 2.6.5
Date: Tue, 20 Apr 2004 10:58:12 +0300 [thread overview]
Message-ID: <200404201058.12830.aivils@unibanka.lv> (raw)
Hi all!
My 2.6.5 will not start until i applay patch bellow:
--- linux-2.6.5/kernel/softirq.c 2004-04-04 06:36:47.000000000 +0300
+++ linux-2.6.5/kernel/softirq.chg.c 2004-04-20 10:48:28.000000000 +0300
@@ -409,8 +409,8 @@ static int __devinit cpu_callback(struct
switch (action) {
case CPU_UP_PREPARE:
- BUG_ON(per_cpu(tasklet_vec, hotcpu).list);
- BUG_ON(per_cpu(tasklet_hi_vec, hotcpu).list);
+ per_cpu(tasklet_vec, cpu).list = NULL;
+ per_cpu(tasklet_hi_vec, cpu).list = NULL;
p = kthread_create(ksoftirqd, hcpu, "ksoftirqd/%d", hotcpu);
if (IS_ERR(p)) {
printk("ksoftirqd for %i failed\n", hotcpu);
What mean that? Mr. akpm will check out how good is our c compilers?
Aivils Stoss
next reply other threads:[~2004-04-20 7:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-20 7:58 Aivils [this message]
2004-04-20 22:21 ` kernel/softirq.c issues under 2.6.5 Rusty Russell
-- strict thread matches above, loose matches on Subject: below --
2004-04-24 11:00 Zoltan Boszormenyi
2004-04-27 3:25 ` Rusty Russell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200404201058.12830.aivils@unibanka.lv \
--to=aivils@unibanka.lv \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.