Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2001 18:05:11 +0600 (NOVT)
From:      nnd@mail.nsk.ru (Nickolay Dudorov)
To:        current@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/kern subr_smp.c src/sys/sys smp.h
Message-ID:  <200110311205.f9VC5BW38410@wint.itfs.nsk.su>
In-Reply-To: <200110310903.f9V935N13728@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <200110310903.f9V935N13728@freefall.freebsd.org>
Marcel Moolenaar <marcel@FreeBSD.ORG> wrote:
> 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

	This patch totally remove THE definition(?) of
smp_started from subr_smp.c and thus make the kernel unbuildable.

	N.Dudorov

P.S. The fix is obvious - return smp_started definition
minus 'volatile' to the subr_smp.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110311205.f9VC5BW38410>