From owner-cvs-usrbin Sat Jul 12 03:53:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA01466 for cvs-usrbin-outgoing; Sat, 12 Jul 1997 03:53:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA01437; Sat, 12 Jul 1997 03:52:24 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA21295; Sat, 12 Jul 1997 03:51:57 -0700 (PDT) Date: Sat, 12 Jul 1997 03:51:57 -0700 (PDT) Message-Id: <199707121051.DAA21295@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/top machine.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/07/12 03:51:56 PDT Modified files: usr.bin/top machine.c Log: Dynamically adapt to smp mode at runtime. This stops the cpu column appearing on uniprocessor systems since the smp->current merge. Revision Changes Path 1.4 +24 -22 src/usr.bin/top/machine.c