diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-03-23 18:21:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-03-23 18:21:00 +0000 |
commit | 6b2daaa1913ef32fab1987419a00c9038273ffc7 (patch) | |
tree | 7a12c6dfcff07d15d96cf10d480034060b4c3b1f /sys | |
parent | 1dc51f559690fe20fd647f67fecac01ecdd3bb8a (diff) |
Unbreak after last commit.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/armish/armish/armish_machdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/armish/armish/armish_machdep.c b/sys/arch/armish/armish/armish_machdep.c index c85f2bef99a..43d94ab9154 100644 --- a/sys/arch/armish/armish/armish_machdep.c +++ b/sys/arch/armish/armish/armish_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: armish_machdep.c,v 1.22 2014/03/13 03:52:55 dlg Exp $ */ +/* $OpenBSD: armish_machdep.c,v 1.23 2014/03/23 18:20:59 miod Exp $ */ /* $NetBSD: lubbock_machdep.c,v 1.2 2003/07/15 00:25:06 lukem Exp $ */ /* @@ -249,6 +249,8 @@ void board_powerdown(void); void boot(int howto) { + struct device *mainbus; + if (cold) { /* * If the system is cold, just halt, unless the user |