From owner-cvs-all Sat Jul 10 8:28: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 645B91566B; Sat, 10 Jul 1999 08:28:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA30366; Sat, 10 Jul 1999 08:28:02 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199907101528.IAA30366@freefall.freebsd.org> From: Bruce Evans Date: Sat, 10 Jul 1999 08:28:02 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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