From 1e8397528903ccbc9afd45b46c7c02a16fc1775c Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Sun, 8 Aug 2004 20:11:33 +0000 Subject: Do not panic if OF_poweroff() returns, this is handled correctly by the caller. --- sys/arch/sparc64/sparc64/openfirm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/sparc64/sparc64/openfirm.c b/sys/arch/sparc64/sparc64/openfirm.c index 0bd1b640b33..9e68a00179a 100644 --- a/sys/arch/sparc64/sparc64/openfirm.c +++ b/sys/arch/sparc64/sparc64/openfirm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: openfirm.c,v 1.9 2004/01/07 20:44:56 pvalchev Exp $ */ +/* $OpenBSD: openfirm.c,v 1.10 2004/08/08 20:11:32 miod Exp $ */ /* $NetBSD: openfirm.c,v 1.13 2001/06/21 00:08:02 eeh Exp $ */ /* @@ -662,7 +662,6 @@ OF_poweroff() args.nargs = 0; args.nreturns = 0; openfirmware(&args); - panic("OF_poweroff failed"); } void -- cgit v1.2.3