lkml.org 
[lkml]   [2001]   [Sep]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [patch] softirq-2.4.10-B2
On Fri, Sep 28, 2001 at 09:18:17AM +0200, Ingo Molnar wrote:
> i've attached the softirq-2.4.10-B2 that has your TASK_RUNNING suggestion,
> Oleg's fixes and this change included.

please include this safety checke too:

--- ./kernel/softirq.c.~1~ Fri Sep 28 17:42:07 2001
+++ ./kernel/softirq.c Fri Sep 28 17:46:32 2001
@@ -381,6 +381,8 @@

current->nice = 19;
schedule();
+ if (smp_processor_id() != cpu)
+ BUG();
ksoftirqd_task(cpu) = current;

for (;;) {
Andrea
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:03    [W:0.077 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site