diff options
Diffstat (limited to 'sys/kern/subr_smp.c')
-rw-r--r-- | sys/kern/subr_smp.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index 6bd4ddc..a6585b0 100644 --- a/sys/kern/subr_smp.c +++ b/sys/kern/subr_smp.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mp_machdep.c,v 1.94 1999/04/07 17:08:40 peter Exp $ + * $Id: mp_machdep.c,v 1.95 1999/04/10 22:58:28 tegge Exp $ */ #include "opt_smp.h" @@ -1761,6 +1761,9 @@ init_locks(void) } +/* Wait for all APs to be fully initialized */ +extern int wait_ap(unsigned int); + /* * start each AP in our list */ |