Keith,
I had to apply this patch on top of v1.9-2.4.15-pre5 to get it
compiling with 2.4.16-pre1 (its needed for 2.4.15 too, but I haven't tasted
that duck, luckily :-) ).
- Arnaldo
``"90% of everything is crap", Its called Sturgeon's law 8)
One of the problems is indeed finding the good bits''
- Alan Cox
--- kdb/kdbmain.c.orig Sun Nov 25 01:04:08 2001
+++ kdb/kdbmain.c Sun Nov 25 01:04:36 2001
@@ -2360,7 +2360,7 @@
for_each_task(p) {
kdb_printf("0x%p %08d %08d %1.1d %3.3d %s 0x%p%c%s\n",
(void *)p, p->pid, p->p_pptr->pid,
- p->has_cpu, p->processor,
+ task_has_cpu(p), p->processor,
(p->state == 0)?"run ":(p->state>0)?"stop":"unrn",
(void *)(&p->thread),
(p == current) ? '*': ' ',
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Fri Nov 30 2001 - 21:00:18 EST