aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include
diff options
context:
space:
mode:
authorTor Egge <tegge@FreeBSD.org>1999-04-11 00:43:43 +0000
committerTor Egge <tegge@FreeBSD.org>1999-04-11 00:43:43 +0000
commit44c57e7121f0978cb884378296b9eb6caaea841c (patch)
treed28630b7fc9f00aeda315efe61350f9652d6a688 /sys/i386/include
parente1bf72b24133813fdc764e733998b61888c88d6a (diff)
downloadsrc-44c57e7121f0978cb884378296b9eb6caaea841c.tar.gz
src-44c57e7121f0978cb884378296b9eb6caaea841c.zip
Add prototype for wait_ap().
Notes
Notes: svn path=/head/; revision=45566
Diffstat (limited to 'sys/i386/include')
-rw-r--r--sys/i386/include/mptable.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index 6bd4ddcc358d..a6585b06ae25 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -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
*/