On Tue, 04 May 2004 13:08:36 -0500, "Doug Haigh" <[EMAIL PROTECTED]> wrote: >I have tried to download the 2.4.20 patch to apply to RedHat 9's 2.4.20-8 kernel, but >run into problems. Most of the problems I can fix by hand (RedHat adds things that >KDB does not expect to be there), but I cannot get past the 'for_each_task' macro in >kdb that is not found in RedHat 9.0's 2.4.20-8 kernel. Is there another patch I >should be using instead?
Long lines are hard to read. Please wrap your text. Newer kdb patches define kdb_do_each_thread and kdb_while_each_thread. See include/linux/kdbprivate.h and kdb/kdb_bt.c in kdb-v4.3-2.4.25-common-2. --------------------------- Use http://oss.sgi.com/ecartis to modify your settings or to unsubscribe.
