From owner-cvs-all Wed Oct 31 1: 3: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EB4B37B401; Wed, 31 Oct 2001 01:03:05 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9V935N13728; Wed, 31 Oct 2001 01:03:05 -0800 (PST) (envelope-from marcel) Message-Id: <200110310903.f9V935N13728@freefall.freebsd.org> From: Marcel Moolenaar Date: Wed, 31 Oct 2001 01:03:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_smp.c src/sys/sys smp.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/10/31 01:03:05 PST Modified files: sys/kern subr_smp.c sys/sys smp.h Log: Make smp_started volatile in sys/smp.h and remove the volatile declaration in subr_smp.c. This solves a compile problem with gcc 3.0.1 (ia64 cross-build). Reviewed: jhb Revision Changes Path 1.159 +1 -2 src/sys/kern/subr_smp.c 1.69 +2 -2 src/sys/sys/smp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message