Date: Mon, 13 Jan 2003 13:32:36 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Joe Laughlin <joe@removethis.rainbowsheep.net> Cc: freebsd-current@FreeBSD.org Subject: Re: world broken at libkvm Message-ID: <20030113113236.GB98842@gothmog.gr> In-Reply-To: <3E223D36.3020502@removethis.rainbowsheep.net> References: <3E22211B.3050201@hotmail.com> <3E223D36.3020502@removethis.rainbowsheep.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2003-01-12 20:14, joe@removethis.rainbowsheep.net (Joe Laughlin) wrote: > walt wrote: > >cc -O -pipe -mcpu=pentiumpro -DLIBC_SCCS -I/usr/src/lib/libkvm -c > >/usr/src/lib/libkvm/kvm_proc.c -o kvm_proc.o > >/usr/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist': > >/usr/src/lib/libkvm/kvm_proc.c:376: structure has no member named > >`ke_pctcpu' > > Myself and two others have seen this as well. I'm building world trying to track the commit that broke things now. It looks like the following commit could be the one that broke things: src/sys/kern/sched_4bsd.c,v revision 1.8 date: 2003/01/12 19:04:49; author: jeff; state: Exp; lines: +30 -15 - Move ke_pctcpu and ke_cpticks into the scheduler specific datastructure. This will prevent access through mechanisms other than the published interfaces. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030113113236.GB98842>