From owner-cvs-sys Tue Nov 18 01:32:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA07475 for cvs-sys-outgoing; Tue, 18 Nov 1997 01:32:26 -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 BAA07237; Tue, 18 Nov 1997 01:30:27 -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 BAA27912; Tue, 18 Nov 1997 01:27:25 -0800 (PST) Date: Tue, 18 Nov 1997 01:27:25 -0800 (PST) Message-Id: <199711180927.BAA27912@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys vnode.h src/sys/i386/i386 vm_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/11/18 01:27:25 PST Modified files: sys/sys vnode.h Log: Don't #include even in the SMP case. Fixed the one place that depended on it. The "bazillion warnings" mentioned in the log for rev.1.45 apparently aren't a problem any more. It is hard to be sure because the SIMPLELOCK_DEBUG option turns off (and breaks) things in the SMP case. Don't forward declare structs that are already implicitly forward declared. Fixed a disordered declaration. Revision Changes Path 1.56 +2 -9 src/sys/sys/vnode.h Modified files: sys/i386/i386 vm_machdep.c Log: Don't #include even in the SMP case. Fixed the one place that depended on it. The "bazillion warnings" mentioned in the log for rev.1.45 apparently aren't a problem any more. It is hard to be sure because the SIMPLELOCK_DEBUG option turns off (and breaks) things in the SMP case. Revision Changes Path 1.91 +4 -1 src/sys/i386/i386/vm_machdep.c