]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make smp_started volatile in sys/smp.h and remove the volatile
authorMarcel Moolenaar <marcel@FreeBSD.org>
Wed, 31 Oct 2001 09:03:05 +0000 (09:03 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Wed, 31 Oct 2001 09:03:05 +0000 (09:03 +0000)
commit8b3e7871bcf77275263e0b78d97fa5fa5d901d82
treea3e4bc63fb7f9f40b61250486ccaa6619d8e87f7
parent1fe003b61fbadc5da105642687d7c01ca4f23d6d
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
sys/kern/subr_smp.c
sys/sys/smp.h