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/hppa64 | |
parent | e099f4dff2d213fa02ae7cc21b14e7abcec612ca (diff) |
boot(9): Cosmetic changes to improve diff'ability.
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r-- | sys/arch/hppa64/hppa64/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa64/hppa64/machdep.c b/sys/arch/hppa64/hppa64/machdep.c index adec950bfe2..88a80d651fa 100644 --- a/sys/arch/hppa64/hppa64/machdep.c +++ b/sys/arch/hppa64/hppa64/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.68 2014/07/13 22:13:06 uebayasi Exp $ */ +/* $OpenBSD: machdep.c,v 1.69 2014/07/13 22:53:39 uebayasi Exp $ */ /* * Copyright (c) 2005 Michael Shalayeff @@ -600,7 +600,7 @@ haltsys: :: "r" (CMD_RESET), "r" (HPPA_LBCAST + iomod_command)); } - for (;;) ; /* loop while bus reset is coming up */ + for (;;) ; /* NOTREACHED */ } |