From owner-cvs-sys Sun Apr 27 17:25:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA08023 for cvs-sys-outgoing; Sun, 27 Apr 1997 17:25:29 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA07998; Sun, 27 Apr 1997 17:25:16 -0700 (PDT) From: Steve Passe Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA25087; Sun, 27 Apr 1997 17:25:00 -0700 (PDT) Date: Sun, 27 Apr 1997 17:25:00 -0700 (PDT) Message-Id: <199704280025.RAA25087@freefall.freebsd.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sys@FreeBSD.org Subject: cvs commit: src/sys/i386/include cpufunc.h smp.h src/sys/kern init_smp.c src/sys/i386/conf LINT options.i386 src/sys/i386/i386 mp_machdep.c Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk fsmp 97/04/27 17:25:00 Modified: sys/kern init_smp.c Log: remove all the SMP_INVLTLB defines, making the code default for APIC_IO. replace invldebug with invltlb_ok for throttling smp_invltlb() during boot. Reviewed by: informal discussion with Peter Wemm Revision Changes Path 1.2 +4 -9 src/sys/kern/init_smp.c Modified: sys/i386/conf LINT options.i386 Log: remove the SMP_INVLTLB option, making the code default for APIC_IO. Reviewed by: informal discussion with Peter Wemm Revision Changes Path 1.329 +1 -3 src/sys/i386/conf/LINT 1.42 +1 -4 src/sys/i386/conf/options.i386 Modified: sys/i386/i386 mp_machdep.c sys/i386/include cpufunc.h smp.h Log: remove all the SMP_INVLTLB defines, making the code default for APIC_IO. Reviewed by: informal discussion with Peter Wemm Revision Changes Path 1.3 +15 -45 src/sys/i386/i386/mp_machdep.c 1.65 +7 -5 src/sys/i386/include/cpufunc.h 1.2 +2 -6 src/sys/i386/include/smp.h