diff options
author | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-13 22:53:40 +0000 |
---|---|---|
committer | Masao Uebayashi <uebayasi@cvs.openbsd.org> | 2014-07-13 22:53:40 +0000 |
commit | f5acc04cb7b0d93b09efe092e4b7c8c318130cb2 (patch) | |
tree | 681a729a5f08c50ab5797e86b61b2250fd18eea8 /sys/arch/sparc64 | |
parent | e099f4dff2d213fa02ae7cc21b14e7abcec612ca (diff) |
boot(9): Cosmetic changes to improve diff'ability.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/sparc64/machdep.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc64/sparc64/machdep.c b/sys/arch/sparc64/sparc64/machdep.c index 4d28099a0d9..35c6b864aa9 100644 --- a/sys/arch/sparc64/sparc64/machdep.c +++ b/sys/arch/sparc64/sparc64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.165 2014/07/13 22:13:07 uebayasi Exp $ */ +/* $OpenBSD: machdep.c,v 1.166 2014/07/13 22:53:39 uebayasi Exp $ */ /* $NetBSD: machdep.c,v 1.108 2001/07/24 19:30:14 eeh Exp $ */ /*- @@ -694,7 +694,8 @@ haltsys: str[0] = 0; OF_boot(str); panic("cpu_reboot -- failed"); - /*NOTREACHED*/ + for (;;) ; + /* NOTREACHED */ } u_long dumpmag = 0x8fca0101; /* magic number for savecore */ |