Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2003 16:18:58 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 37943 for review
Message-ID:  <200309112318.h8BNIwRa053829@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=37943

Change 37943 by peter@peter_work on 2003/09/11 16:18:31

	alt.unifdef.-DCPUSTOP_ON_DDBBREAK.die.die.die

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/db_interface.c#10 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/db_interface.c#10 (text+ko) ====

@@ -99,7 +99,6 @@
 	disable_intr();
 
 #ifdef SMP
-#ifdef CPUSTOP_ON_DDBBREAK
 
 #if defined(VERBOSE_CPUSTOP_ON_DDBBREAK)
 	db_printf("\nCPU%d stopping CPUs: 0x%08x...", PCPU_GET(cpuid),
@@ -113,7 +112,6 @@
 	db_printf(" stopped.\n");
 #endif /* VERBOSE_CPUSTOP_ON_DDBBREAK */
 
-#endif /* CPUSTOP_ON_DDBBREAK */
 #endif /* SMP */
 
 	switch (type) {
@@ -211,7 +209,6 @@
 #endif
 
 #ifdef SMP
-#ifdef CPUSTOP_ON_DDBBREAK
 
 #if defined(VERBOSE_CPUSTOP_ON_DDBBREAK)
 	db_printf("\nCPU%d restarting CPUs: 0x%08x...", PCPU_GET(cpuid),
@@ -230,8 +227,8 @@
 	db_printf(" restarted.\n");
 #endif /* VERBOSE_CPUSTOP_ON_DDBBREAK */
 
-#endif /* CPUSTOP_ON_DDBBREAK */
 #endif /* SMP */
+
 	write_rflags(ef);
 
 	return (1);


help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309112318.h8BNIwRa053829>