In article <[EMAIL PROTECTED]>
Marcel Moolenaar <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to