From owner-cvs-sys Mon May 26 10:59:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA02187 for cvs-sys-outgoing; Mon, 26 May 1997 10:59:40 -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 KAA02149; Mon, 26 May 1997 10:58:59 -0700 (PDT) From: Steve Passe Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA01724; Mon, 26 May 1997 10:58:27 -0700 (PDT) Date: Mon, 26 May 1997 10:58:27 -0700 (PDT) Message-Id: <199705261758.KAA01724@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa apic_ipl.s apic_vector.s icu_ipl.s icu_vector.s ipl.s vector.s icu.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 1997/05/26 10:58:27 PDT Modified files: sys/i386/isa vector.s Added files: sys/i386/isa apic_ipl.s apic_vector.s icu_ipl.s icu_vector.s ipl.s Removed files: sys/i386/isa icu.s Log: Split vector.s into UP and SMP specific files: - vector.s <- stub called by i386/exception.s - icu_vector.s <- UP - apic_vector.s <- SMP Split icu.s into UP and SMP specific files: - ipl.s <- stub called by i386/exception.s (formerly icu.s) - icu_ipl.s <- UP - apic_ipl.s <- SMP This was done in preparation for massive changes to the SMP INTerrupt mechanisms. More fine tuning, such as merging ipl.s into exception.s, may be appropriate. Revision Changes Path 1.30 +15 -415 src/sys/i386/isa/vector.s