mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [kdb:PATCH] small update to latest kdb
@ 2001-11-25  3:12 Arnaldo Carvalho de Melo
  0 siblings, 0 replies; only message in thread
From: Arnaldo Carvalho de Melo @ 2001-11-25  3:12 UTC (permalink / raw)
  To: Keith Owens; +Cc: Linux Kernel Mailing List

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) ? '*': ' ',

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-11-25  3:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-25  3:12 [kdb:PATCH] small update to latest kdb Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®