Make configurable without adb.
This commit is contained in:
parent
e4ddb85749
commit
560c0e7643
@ -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.
|
||||
@ -76,6 +76,8 @@
|
||||
|
||||
#include <dev/cons.h>
|
||||
|
||||
#include "adb.h"
|
||||
|
||||
/*
|
||||
* Global variables used here and there
|
||||
*/
|
||||
@ -822,7 +824,9 @@ cpu_reboot(howto, what)
|
||||
*ap++ = 0;
|
||||
if (ap[-2] == '-')
|
||||
*ap1 = 0;
|
||||
#if NADB > 0
|
||||
powermac_restart(); /* not return */
|
||||
#endif
|
||||
ppc_boot(str);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user