I have no idea how that got in there; I presume the kdb poeple put it there for a reason. I'm forwarding to Keith owens for enlightenment.
--linas On Mon, Mar 22, 2004 at 01:17:02PM +0100, Olaf Hering wrote: > > I assume softirqs should not run when kdb is active? Then we need this > patch in our cvs. > > > --- linuxppc64-2.5/kernel/softirq.c 2004-03-20 11:56:19.000000000 +0000 > +++ /usr/src/linux-2.6.4-15/kernel/softirq.c 2004-03-22 10:13:04.000000000 +0000 > @@ -16,9 +16,6 @@ > #include <linux/cpu.h> > #include <linux/kthread.h> > > -#ifdef CONFIG_KDB > -#include <linux/kdb.h> > -#endif > /* > - No shared variables, all the data are CPU local. > - If a softirq needs serialization, let it serialize itself > @@ -80,11 +77,6 @@ asmlinkage void do_softirq(void) > > if (in_interrupt()) > return; > -#ifdef CONFIG_KDB > - if (KDB_IS_RUNNING()) > - return; > -#endif /*CONFIG_KDB */ > - > > local_irq_save(flags); > > > -- > USB is for mice, FireWire is for men! > > sUse lINUX ag, nÜRNBERG --------------------------- Use http://oss.sgi.com/ecartis to modify your settings or to unsubscribe.
