diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-08 20:11:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-08 20:11:33 +0000 |
commit | 1e8397528903ccbc9afd45b46c7c02a16fc1775c (patch) | |
tree | 8c6061202a56a8b39739b1819673f03d9b6b49e3 /sys/arch/sparc64 | |
parent | 1a2d5a72c73be90c51548512969b93563e2c941d (diff) |
Do not panic if OF_poweroff() returns, this is handled correctly by
the caller.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/sparc64/openfirm.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |