re-enable multiprocessor support now that sdmmc has been fixed

This commit is contained in:
jmcneill 2015-05-21 10:35:08 +00:00
parent 4f61b7b867
commit 8987f28bba
1 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rpi_machdep.c,v 1.62 2015/05/01 09:59:11 skrll Exp $ */
/* $NetBSD: rpi_machdep.c,v 1.63 2015/05/21 10:35:08 jmcneill Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.62 2015/05/01 09:59:11 skrll Exp $");
__KERNEL_RCSID(0, "$NetBSD: rpi_machdep.c,v 1.63 2015/05/21 10:35:08 jmcneill Exp $");
#include "opt_arm_debug.h"
#include "opt_bcm283x.h"
@ -534,11 +534,6 @@ rpi_bootstrap(void)
__func__, i);
}
}
/*
* XXXNH: Disable non-boot CPUs for now
*/
arm_cpu_hatched = 0;
#endif
}