usr/src/uts/i86pc/os/mp_startup.c
changeset 1455 b43f098fa50c
parent 1414 b4126407ac5b
child 1482 dd0dbac7d2af
--- a/usr/src/uts/i86pc/os/mp_startup.c	Fri Feb 17 10:51:31 2006 -0800
+++ b/usr/src/uts/i86pc/os/mp_startup.c	Fri Feb 17 17:24:21 2006 -0800
@@ -2,9 +2,8 @@
  * CDDL HEADER START
  *
  * The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License").  You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
  *
  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
  * or http://www.opensolaris.org/os/licensing.
@@ -232,7 +231,6 @@
 	int size;
 	proc_t *procp;
 	extern void idle();
-	extern void init_intr_threads(struct cpu *);
 
 	struct cpu_tables *tablesp;
 	rm_platter_t *real_mode_platter = (rm_platter_t *)rm_platter_va;
@@ -484,7 +482,7 @@
 	/*
 	 * Initialize the interrupt threads for this CPU
 	 */
-	init_intr_threads(cp);
+	cpu_intr_alloc(cp, NINTR_THREADS);
 	/*
 	 * Add CPU to list of available CPUs.  It'll be on the active list
 	 * after mp_startup().