aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorTor Egge <tegge@FreeBSD.org>1999-04-13 03:24:47 +0000
committerTor Egge <tegge@FreeBSD.org>1999-04-13 03:24:47 +0000
commit87c737bc838b88cc0a550c5c01f20e3608b761f8 (patch)
tree0c91a134ce21127bd1114bcbd71be2c6fed0a4ed /sys/amd64
parentb6adffbf1b2d2c5e63621e1482936c9a629f8ad9 (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/mp_machdep.c5
-rw-r--r--sys/amd64/amd64/mptable.c5
-rw-r--r--sys/amd64/include/mptable.h5
3 files changed, 3 insertions, 12 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index a6585b06ae25e..eca2601a70b26 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.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.95 1999/04/10 22:58:28 tegge Exp $
+ * $Id: mp_machdep.c,v 1.96 1999/04/11 00:43:43 tegge Exp $
*/
#include "opt_smp.h"
@@ -1930,9 +1930,6 @@ start_all_aps(u_int boot_addr)
for (i = 0; i < mp_ncpus; i++) {
bcopy( (int *) PTD + KPTDI, (int *) IdlePTDS[i] + KPTDI, NKPDE * sizeof (int));
}
- wait_ap(1000000);
- if (smp_started == 0)
- printf("WARNING: Failed to start all APs\n");
/* number of APs actually started */
return mp_ncpus - 1;
diff --git a/sys/amd64/amd64/mptable.c b/sys/amd64/amd64/mptable.c
index a6585b06ae25e..eca2601a70b26 100644
--- a/sys/amd64/amd64/mptable.c
+++ b/sys/amd64/amd64/mptable.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.95 1999/04/10 22:58:28 tegge Exp $
+ * $Id: mp_machdep.c,v 1.96 1999/04/11 00:43:43 tegge Exp $
*/
#include "opt_smp.h"
@@ -1930,9 +1930,6 @@ start_all_aps(u_int boot_addr)
for (i = 0; i < mp_ncpus; i++) {
bcopy( (int *) PTD + KPTDI, (int *) IdlePTDS[i] + KPTDI, NKPDE * sizeof (int));
}
- wait_ap(1000000);
- if (smp_started == 0)
- printf("WARNING: Failed to start all APs\n");
/* number of APs actually started */
return mp_ncpus - 1;
diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h
index a6585b06ae25e..eca2601a70b26 100644
--- a/sys/amd64/include/mptable.h
+++ b/sys/amd64/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.95 1999/04/10 22:58:28 tegge Exp $
+ * $Id: mp_machdep.c,v 1.96 1999/04/11 00:43:43 tegge Exp $
*/
#include "opt_smp.h"
@@ -1930,9 +1930,6 @@ start_all_aps(u_int boot_addr)
for (i = 0; i < mp_ncpus; i++) {
bcopy( (int *) PTD + KPTDI, (int *) IdlePTDS[i] + KPTDI, NKPDE * sizeof (int));
}
- wait_ap(1000000);
- if (smp_started == 0)
- printf("WARNING: Failed to start all APs\n");
/* number of APs actually started */
return mp_ncpus - 1;