diff options
author | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-22 01:04:05 +0000 |
---|---|---|
committer | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-22 01:04:05 +0000 |
commit | 2a16ec09cff1fda88d1d8604c40993743c7fa97d (patch) | |
tree | f6cea660b2befecb2eb47219db33ca5086d42ad3 /sys/arch/hppa | |
parent | caec6746f9f3ff3655583ff8c33daca1bd3d6154 (diff) |
boot(9): Reduce diffs between hppa & hppa64 (& others)
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/hppa/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/hppa/machdep.c b/sys/arch/hppa/hppa/machdep.c index a9bc5cb41e7..39a79d64c62 100644 --- a/sys/arch/hppa/hppa/machdep.c +++ b/sys/arch/hppa/hppa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.232 2014/07/21 17:25:47 uebayasi Exp $ */ +/* $OpenBSD: machdep.c,v 1.233 2014/07/22 01:04:04 uebayasi Exp $ */ /* * Copyright (c) 1999-2003 Michael Shalayeff @@ -942,7 +942,7 @@ haltsys: (*cold_hook)(HPPA_COLD_COLD); if ((howto & RB_HALT) != 0) { - if ((howto & RB_POWERDOWN) != 0 && cold_hook) { + if ((howto & RB_POWERDOWN) != 0) { printf("Powering off..."); DELAY(2000000); (*cold_hook)(HPPA_COLD_OFF); |