Make configurable without adb.

This commit is contained in:
tsubai 1998-05-30 06:13:03 +00:00
parent e4ddb85749
commit 560c0e7643

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.1 1998/05/15 10:15:58 tsubai Exp $ */ /* $NetBSD: machdep.c,v 1.2 1998/05/30 06:13:03 tsubai Exp $ */
/* /*
* Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -76,6 +76,8 @@
#include <dev/cons.h> #include <dev/cons.h>
#include "adb.h"
/* /*
* Global variables used here and there * Global variables used here and there
*/ */
@ -822,7 +824,9 @@ cpu_reboot(howto, what)
*ap++ = 0; *ap++ = 0;
if (ap[-2] == '-') if (ap[-2] == '-')
*ap1 = 0; *ap1 = 0;
#if NADB > 0
powermac_restart(); /* not return */ powermac_restart(); /* not return */
#endif
ppc_boot(str); ppc_boot(str);
} }