On Mon, 22 Mar 2004 11:44:18 -0600, [EMAIL PROTECTED] wrote: > >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. > >> --- 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 */ >> -
The standard kdb patch does not touch softirq.c. This must be ppc specific. --------------------------- Use http://oss.sgi.com/ecartis to modify your settings or to unsubscribe.
