From owner-cvs-sys Mon Dec 8 15:02:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA24574 for cvs-sys-outgoing; Mon, 8 Dec 1997 15:02:59 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA24522; Mon, 8 Dec 1997 15:02:12 -0800 (PST) (envelope-from fsmp@FreeBSD.org) From: Steve Passe Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA23568; Mon, 8 Dec 1997 15:00:31 -0800 (PST) Date: Mon, 8 Dec 1997 15:00:31 -0800 (PST) Message-Id: <199712082300.PAA23568@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_clock.c src/sys/i386/include asnames.h smp.h smptests.h src/sys/i386/isa apic_vector.s intr_machdep.h src/sys/i386/i386 mp_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 1997/12/08 15:00:31 PST Modified files: sys/kern kern_clock.c sys/i386/include asnames.h smp.h smptests.h sys/i386/i386 mp_machdep.c Log: The improvements to clock statistics by Tor Egge Wrappered and enabled by the define BETTER_CLOCK (on by default in smpyests.h) Reviewed by: smp@csn.net Submitted by: Tor Egge Revision Changes Path 1.46 +20 -1 src/sys/kern/kern_clock.c 1.11 +8 -1 src/sys/i386/include/asnames.h 1.33 +8 -1 src/sys/i386/include/smp.h 1.28 +22 -1 src/sys/i386/include/smptests.h 1.61 +315 -1 src/sys/i386/i386/mp_machdep.c Modified files: sys/i386/isa apic_vector.s intr_machdep.h Log: The improvements to clock statistics by Tor Egge Wrappered and enabled by the define BETTER_CLOCK (on by default in smpyests.h) apic_vector.s also contains a small change I (smp) made to eliminate the double level INT problem. It seems stable, but I haven't the tools in place to prove it fixes the problem. Reviewed by: smp@csn.net Submitted by: Tor Egge Revision Changes Path 1.24 +146 -4 src/sys/i386/isa/apic_vector.s 1.8 +11 -1 src/sys/i386/isa/intr_machdep.h