Turned OFF DEBUG_CPUSTOP as the default. This was necessary as kernels without

DDB failed to link for lack of db_printf().
This commit is contained in:
fsmp 1997-07-17 03:25:54 +00:00
parent b7fb1176cc
commit 72b4af0373

View File

@ -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
/*