Date: Sun, 27 Apr 1997 14:18:59 -0700 (PDT) From: Steve Passe <fsmp@FreeBSD.org> To: CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sys@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 mp_machdep.c mpapic.c src/sys/i386/isa icu.h if_ze.c isa.c isa_device.h vector.s src/sys/i386/include apic.h ipl.h mpapic.h smptests.h Message-ID: <199704272118.OAA22673@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
fsmp 97/04/27 14:18:59
Modified: sys/i386/i386 mp_machdep.c mpapic.c
sys/i386/include apic.h ipl.h mpapic.h smptests.h
Log:
informal discussion between Bruce Evans <bde@zeta.org.au>,
Peter Wemm <peter@spinner.DIALix.COM>, Steve Passe <smp@csn.net>
removed all the IPI_INTS code.
made the XFAST_IPI32 code default, renaming Xfastipi32 to Xinvltlb.
Revision Changes Path
1.2 +7 -132 src/sys/i386/i386/mp_machdep.c
1.2 +1 -63 src/sys/i386/i386/mpapic.c
1.2 +1 -4 src/sys/i386/include/apic.h
1.7 +1 -7 src/sys/i386/include/ipl.h
1.2 +2 -1 src/sys/i386/include/mpapic.h
1.2 +1 -15 src/sys/i386/include/smptests.h
Modified: sys/i386/isa icu.h if_ze.c isa.c isa_device.h vector.s
Log:
informal discussion between Bruce Evans <bde@zeta.org.au>,
Peter Wemm <peter@spinner.DIALix.COM>, Steve Passe <smp@csn.net>
removed all the IPI_INTS code.
made the XFAST_IPI32 code default, renaming Xfastipi32 to Xinvltlb.
cleanup of i386/isa/isa_device.h to eliminate SMP dependancies:
made the id_irq member of struct isa_device an u_int.
made the id_drq member of struct isa_device an int.
removed all other '#ifdefs' concerning SMP & APIC_IO.
removed SMP/APIC_IO dependancies from if_ze.c.
Revision Changes Path
1.12 +6 -7 src/sys/i386/isa/icu.h
1.43 +1 -15 src/sys/i386/isa/if_ze.c
1.82 +1 -8 src/sys/i386/isa/isa.c
1.39 +8 -18 src/sys/i386/isa/isa_device.h
1.27 +15 -59 src/sys/i386/isa/vector.s
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704272118.OAA22673>
