summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-07-17 03:25:54 +0000
committerfsmp <fsmp@FreeBSD.org>1997-07-17 03:25:54 +0000
commit72b4af037318ef528f726826d4dc58d259321d8f (patch)
treeb7fe51e961b4b16645392996a38358b4703215e6 /sys/i386
parentb7fb1176cca4d023d037308ec90aa1243519cdcd (diff)
downloadFreeBSD-src-72b4af037318ef528f726826d4dc58d259321d8f.zip
FreeBSD-src-72b4af037318ef528f726826d4dc58d259321d8f.tar.gz
Turned OFF DEBUG_CPUSTOP as the default. This was necessary as kernels without
DDB failed to link for lack of db_printf().
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/include/smptests.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/smptests.h b/sys/i386/include/smptests.h
index 2f807bb..07ccb1f 100644
--- a/sys/i386/include/smptests.h
+++ b/sys/i386/include/smptests.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: smptests.h,v 1.12 1997/07/15 00:09:00 smp Exp smp $
+ * $Id: smptests.h,v 1.10 1997/07/15 03:27:12 fsmp Exp $
*/
#ifndef _MACHINE_SMPTESTS_H_
@@ -60,9 +60,9 @@
* IPI for stop/restart of other CPUs
*
#define COUNT_CSHITS
+#define DEBUG_CPUSTOP
*/
#define TEST_CPUSTOP
-#define DEBUG_CPUSTOP
/*
OpenPOWER on IntegriCloud