Date: Sun, 27 Apr 1997 17:25:00 -0700 (PDT) From: Steve Passe <fsmp@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 Message-ID: <199704280025.RAA25087@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <peter@spinner.DIALix.COM> 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 <peter@spinner.DIALix.COM> 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 <peter@spinner.DIALix.COM> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704280025.RAA25087>