Date: Sat, 10 Jul 1999 08:28:02 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 exception.s swtch.s src/sys/i386/include asnames.h cpu.h ipl.h src/sys/i386/isa apic_ipl.s apic_vector.s icu_ipl.s icu_vector.s ipl.s ipl_funcs.c Message-ID: <199907101528.IAA30366@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/07/10 08:28:02 PDT
Modified files:
sys/i386/i386 exception.s swtch.s
sys/i386/include asnames.h cpu.h ipl.h
sys/i386/isa apic_ipl.s apic_vector.s icu_ipl.s
icu_vector.s ipl.s ipl_funcs.c
Log:
Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pending
bit separate from ipending, since this is simpler and/or necessary for
SMP and may even be better for UP.
Reviewed by: alc, luoqi, tegge
Revision Changes Path
1.63 +5 -40 src/sys/i386/i386/exception.s
1.85 +1 -11 src/sys/i386/i386/swtch.s
1.36 +2 -1 src/sys/i386/include/asnames.h
1.40 +5 -4 src/sys/i386/include/cpu.h
1.16 +5 -8 src/sys/i386/include/ipl.h
1.25 +1 -3 src/sys/i386/isa/apic_ipl.s
1.42 +4 -5 src/sys/i386/isa/apic_vector.s
1.5 +1 -3 src/sys/i386/isa/icu_ipl.s
1.13 +3 -3 src/sys/i386/isa/icu_vector.s
1.30 +20 -64 src/sys/i386/isa/ipl.s
1.22 +12 -6 src/sys/i386/isa/ipl_funcs.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907101528.IAA30366>
