Date: Fri, 5 Mar 1999 08:38:14 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_machdep.c src/sys/kern kern_resource.c kern_synch.c src/sys/sys proc.h src/usr.bin/top machine.c Message-ID: <199903051638.IAA59122@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/03/05 08:38:13 PST Modified files: sys/i386/i386 mp_machdep.c sys/kern kern_resource.c kern_synch.c sys/sys proc.h usr.bin/top machine.c Log: The magic "no-cpu" cpu number is 0xff. Don't misrepresent cpu numbers as chars or use bogus casts in an attempt to unmisrepresnt them. In top, don't assume that 0xff is the only negative cpu number when cpu numbers are (mis)represented. Revision Changes Path 1.93 +3 -3 src/sys/i386/i386/mp_machdep.c 1.43 +2 -2 src/sys/kern/kern_resource.c 1.76 +2 -2 src/sys/kern/kern_synch.c 1.74 +3 -3 src/sys/sys/proc.h 1.22 +2 -2 src/usr.bin/top/machine.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903051638.IAA59122>