From owner-cvs-sys Tue Sep 2 12:45:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA23409 for cvs-sys-outgoing; Tue, 2 Sep 1997 12:45:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA23281; Tue, 2 Sep 1997 12:42:02 -0700 (PDT) From: Steve Passe Received: (from fsmp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA12555; Tue, 2 Sep 1997 12:40:16 -0700 (PDT) Date: Tue, 2 Sep 1997 12:40:16 -0700 (PDT) Message-Id: <199709021940.MAA12555@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa icu_ipl.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fsmp 1997/09/02 12:40:15 PDT Modified files: sys/i386/isa icu_ipl.s Log: Removed the "globl" nature of the vec array. This was left over from the time when icu.s was common between UP and SMP. It is not necessary for UP and thus can be removed from icu_ipl.s. Revision Changes Path 1.3 +3 -5 src/sys/i386/isa/icu_ipl.s