From owner-cvs-all Mon May 10 18:54:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6416815264; Mon, 10 May 1999 18:54:53 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA06341; Mon, 10 May 1999 18:54:53 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <199905110154.SAA06341@freefall.freebsd.org> From: Alan Cox Date: Mon, 10 May 1999 18:54:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 perfmon.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk alc 1999/05/10 18:54:53 PDT Modified files: sys/i386/i386 perfmon.c Log: The Intel Pentium Pro's performance counters are 40 bits wide. The Intel manuals specifically say that reading the counters using the rdmsr instruction returns a 64 bit value of which the higher 24 bits are undefined. The code that reads the counters should then clear the high 24 bits. PR: i386/10632 Revision Changes Path 1.18 +3 -3 src/sys/i386/i386/perfmon.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message