From owner-cvs-sys Thu Jan 1 00:52:20 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA00957 for cvs-sys-outgoing; Thu, 1 Jan 1998 00:52:20 -0800 (PST) (envelope-from owner-cvs-sys) 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 AAA00935; Thu, 1 Jan 1998 00:52:07 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA16347; Thu, 1 Jan 1998 00:47:21 -0800 (PST) Date: Thu, 1 Jan 1998 00:47:21 -0800 (PST) Message-Id: <199801010847.AAA16347@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include smp.h src/sys/i386/isa icu.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/01/01 00:47:21 PST Modified files: sys/i386/include smp.h sys/i386/isa icu.h Log: Moved the SMP declarations of INTREN() and INTRDIS() to the correct header, i.e., the same header as corresponding non-SMP #defines. Revision Changes Path 1.34 +1 -3 src/sys/i386/include/smp.h 1.16 +3 -1 src/sys/i386/isa/icu.h