Be quiet in sunmon_abort().
This commit is contained in:
parent
560544f47c
commit
5d8f130bb6
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: sunmon.c,v 1.5 1997/02/28 19:47:15 gwr Exp $ */
|
/* $NetBSD: sunmon.c,v 1.6 1997/04/25 22:26:14 gwr Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||||
|
@ -95,7 +95,6 @@ void sunmon_abort()
|
||||||
int s = splhigh();
|
int s = splhigh();
|
||||||
|
|
||||||
_mode_monitor();
|
_mode_monitor();
|
||||||
mon_printf("kernel stop: enter c to continue or g0 to panic\n");
|
|
||||||
delay(100000);
|
delay(100000);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue