kdb
[Top] [All Lists]

Re: kdb and softirqs

To: linas@xxxxxxxxxxxxxx
Subject: Re: kdb and softirqs
From: Keith Owens <kaos@xxxxxxx>
Date: Tue, 23 Mar 2004 09:19:19 +1100
Cc: Olaf Hering <olh@xxxxxxx>, Chris Mason <mason@xxxxxxx>, kdb@xxxxxxxxxxx
In-reply-to: Your message of "Mon, 22 Mar 2004 11:44:18 MDT." <20040322114418.B33924@forte.austin.ibm.com>
Sender: kdb-bounce@xxxxxxxxxxx
On Mon, 22 Mar 2004 11:44:18 -0600, 
linas@xxxxxxxxxxxxxx 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.
<Prev in Thread] Current Thread [Next in Thread>