From owner-cvs-all Tue Apr 10 14:34:18 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E44037B424; Tue, 10 Apr 2001 14:34:14 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3ALYEj01000; Tue, 10 Apr 2001 14:34:14 -0700 (PDT) (envelope-from jhb) Message-Id: <200104102134.f3ALYEj01000@freefall.freebsd.org> From: John Baldwin Date: Tue, 10 Apr 2001 14:34:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_machdep.c src/sys/i386/include smp.h smptests.h src/sys/i386/isa apic_vector.s intr_machdep.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2001/04/10 14:34:13 PDT Modified files: sys/i386/i386 mp_machdep.c sys/i386/include smp.h smptests.h sys/i386/isa apic_vector.s intr_machdep.h Log: Remove the BETTER_CLOCK #ifdef's. The code is on by default and is here to stay for the foreseeable future. OK'd by: peter (the idea) Revision Changes Path 1.151 +5 -15 src/sys/i386/i386/mp_machdep.c 1.64 +1 -3 src/sys/i386/include/smp.h 1.40 +2 -23 src/sys/i386/include/smptests.h 1.70 +1 -6 src/sys/i386/isa/apic_vector.s 1.29 +1 -5 src/sys/i386/isa/intr_machdep.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message