kdb and softirqs
Keith Owens
kaos at sgi.com
Mon Mar 22 14:19:19 PST 2004
On Mon, 22 Mar 2004 11:44:18 -0600,
linas at austin.ibm.com 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.
More information about the kdb
mailing list