boot(9): Cosmetic changes to improve diff'ability.
authoruebayasi <uebayasi@openbsd.org>
Sun, 13 Jul 2014 22:53:38 +0000 (22:53 +0000)
committeruebayasi <uebayasi@openbsd.org>
Sun, 13 Jul 2014 22:53:38 +0000 (22:53 +0000)
20 files changed:
sys/arch/alpha/alpha/machdep.c
sys/arch/amd64/amd64/machdep.c
sys/arch/armish/armish/armish_machdep.c
sys/arch/armv7/armv7/armv7_machdep.c
sys/arch/aviion/aviion/machdep.c
sys/arch/hppa/hppa/machdep.c
sys/arch/hppa64/hppa64/machdep.c
sys/arch/i386/i386/machdep.c
sys/arch/landisk/landisk/machdep.c
sys/arch/loongson/loongson/machdep.c
sys/arch/luna88k/luna88k/machdep.c
sys/arch/macppc/macppc/machdep.c
sys/arch/octeon/octeon/machdep.c
sys/arch/sgi/sgi/machdep.c
sys/arch/socppc/socppc/machdep.c
sys/arch/solbourne/solbourne/machdep.c
sys/arch/sparc/sparc/machdep.c
sys/arch/sparc64/sparc64/machdep.c
sys/arch/vax/vax/machdep.c
sys/arch/zaurus/zaurus/zaurus_machdep.c

index 5b11412..3ec9470 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.161 2014/07/13 22:13:06 uebayasi Exp $ */
+/* $OpenBSD: machdep.c,v 1.162 2014/07/13 22:53:38 uebayasi Exp $ */
 /* $NetBSD: machdep.c,v 1.210 2000/06/01 17:12:38 thorpej Exp $ */
 
 /*-
@@ -1031,7 +1031,7 @@ boot(int howto)
                    cpus_running);
 #endif
 
-       if (howto & RB_DUMP)
+       if ((howto & RB_DUMP) != 0)
                dumpsys();
 
 haltsys:
@@ -1056,7 +1056,8 @@ haltsys:
        }
        printf("%s\n\n", howto & RB_HALT ? "halted." : "rebooting...");
        prom_halt(howto & RB_HALT);
-       /*NOTREACHED*/
+       for (;;) ;
+       /* NOTREACHED */
 }
 
 /*
index 0c767c7..c275f58 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.187 2014/07/13 22:13:06 uebayasi Exp $  */
+/*     $OpenBSD: machdep.c,v 1.188 2014/07/13 22:53:38 uebayasi Exp $  */
 /*     $NetBSD: machdep.c,v 1.3 2003/05/07 22:58:18 fvdl Exp $ */
 
 /*-
@@ -812,7 +812,7 @@ haltsys:
                delay(cpureset_delay * 1000);
        cpu_reset();
        for(;;) ;
-       /*NOTREACHED*/
+       /* NOTREACHED */
 }
 
 /*
index 339d071..0c7dc79 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: armish_machdep.c,v 1.29 2014/07/13 22:13:06 uebayasi Exp $ */
+/*     $OpenBSD: armish_machdep.c,v 1.30 2014/07/13 22:53:38 uebayasi Exp $ */
 /*     $NetBSD: lubbock_machdep.c,v 1.2 2003/07/15 00:25:06 lukem Exp $ */
 
 /*
@@ -303,8 +303,8 @@ haltsys:
        board_reset();
        cpu_reset();
        printf("reboot failed; spinning\n");
-       while(1);
-       /*NOTREACHED*/
+       for (;;) ;
+       /* NOTREACHED */
 }
 
 /*
index 1cd368b..f1fc83a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: armv7_machdep.c,v 1.12 2014/07/13 22:13:06 uebayasi Exp $ */
+/*     $OpenBSD: armv7_machdep.c,v 1.13 2014/07/13 22:53:38 uebayasi Exp $ */
 /*     $NetBSD: lubbock_machdep.c,v 1.2 2003/07/15 00:25:06 lukem Exp $ */
 
 /*
@@ -316,8 +316,8 @@ boot(int howto)
        delay(500000);
        platform_watchdog_reset();
        printf("reboot failed; spinning\n");
-       while(1);
-       /*NOTREACHED*/
+       for (;;) ;
+       /* NOTREACHED */
 }
 
 static __inline
index e8e3683..0e5bb03 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.69 2014/07/13 22:13:06 uebayasi Exp $   */
+/*     $OpenBSD: machdep.c,v 1.70 2014/07/13 22:53:38 uebayasi Exp $   */
 /*
  * Copyright (c) 2007 Miodrag Vallat.
  *
@@ -339,8 +339,8 @@ haltsys:
 
        doboot();
 
-       for (;;);
-       /*NOTREACHED*/
+       for (;;) ;
+       /* NOTREACHED */
 }
 
 unsigned dumpmag = 0x8fca0101;  /* magic number for savecore */
index 4db910e..0a149c0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.230 2014/07/13 22:13:06 uebayasi Exp $  */
+/*     $OpenBSD: machdep.c,v 1.231 2014/07/13 22:53:38 uebayasi Exp $  */
 
 /*
  * Copyright (c) 1999-2003 Michael Shalayeff
@@ -967,7 +967,7 @@ haltsys:
                    :: "r" (CMD_RESET), "r" (HPPA_LBCAST + iomod_command));
        }
 
-       for (;;) ; /* loop while bus reset is coming up */
+       for (;;) ;
        /* NOTREACHED */
 }
 
index adec950..88a80d6 100644 (file)
@@ -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 */
 }
 
index 685e65b..09eecc9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.547 2014/07/13 22:13:06 uebayasi Exp $  */
+/*     $OpenBSD: machdep.c,v 1.548 2014/07/13 22:53:39 uebayasi Exp $  */
 /*     $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $    */
 
 /*-
@@ -2658,7 +2658,7 @@ haltsys:
        printf("rebooting...\n");
        cpu_reset();
        for(;;) ;
-       /*NOTREACHED*/
+       /* NOTREACHED */
 }
 
 /*
index 5d800bc..4233724 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.37 2014/07/13 22:13:06 uebayasi Exp $   */
+/*     $OpenBSD: machdep.c,v 1.38 2014/07/13 22:53:39 uebayasi Exp $   */
 /*     $NetBSD: machdep.c,v 1.1 2006/09/01 21:26:18 uwe Exp $  */
 
 /*-
@@ -246,7 +246,7 @@ haltsys:
        printf("rebooting...\n");
        machine_reset();
 
-       /*NOTREACHED*/
+       /* NOTREACHED */
        for (;;) {
                continue;
        }
index 3513bc7..29c41a1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.55 2014/07/13 22:13:06 uebayasi Exp $ */
+/*     $OpenBSD: machdep.c,v 1.56 2014/07/13 22:53:39 uebayasi Exp $ */
 
 /*
  * Copyright (c) 2009, 2010, 2014 Miodrag Vallat.
@@ -962,7 +962,7 @@ haltsys:
        }
 
        for (;;) ;
-       /*NOTREACHED*/
+       /* NOTREACHED */
 }
 
 u_long dumpmag = 0x8fca0101;   /* Magic number for savecore. */
index 67058a0..514aad9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.106 2014/07/13 22:13:07 uebayasi Exp $  */
+/*     $OpenBSD: machdep.c,v 1.107 2014/07/13 22:53:39 uebayasi Exp $  */
 /*
  * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr.
  * Copyright (c) 1996 Nivas Madhur
@@ -518,8 +518,8 @@ haltsys:
                *((volatile unsigned *)0x6d000010) = 0;
        }
 
-       for (;;);  /* to keep compiler happy, and me from going crazy */
-       /*NOTREACHED*/
+       for (;;) ;
+       /* NOTREACHED */
 }
 
 u_long dumpmag = 0x8fca0101;    /* magic number for savecore */
index 0a83f03..9a6fcee 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.158 2014/07/13 22:13:07 uebayasi Exp $  */
+/*     $OpenBSD: machdep.c,v 1.159 2014/07/13 22:53:39 uebayasi Exp $  */
 /*     $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $   */
 
 /*
@@ -813,7 +813,7 @@ boot(int howto)
        }
 
        boothowto = howto;
-       if (!(howto & RB_NOSYNC) && !syncing) {
+       if ((howto & RB_NOSYNC) == 0 && !syncing) {
                syncing = 1;
                vfs_shutdown();
 
@@ -860,7 +860,8 @@ haltsys:
        OF_interpret("reset-all", 0);
        OF_exit();
        printf("boot failed, spinning\n");
-       while(1) /* forever */;
+       for (;;) ;
+       /* NOTREACHED */
 }
 
 typedef void  (void_f) (void);
index fb6c6ab..eda7c3e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.58 2014/07/13 22:13:07 uebayasi Exp $ */
+/*     $OpenBSD: machdep.c,v 1.59 2014/07/13 22:53:39 uebayasi Exp $ */
 
 /*
  * Copyright (c) 2009, 2010 Miodrag Vallat.
@@ -718,7 +718,7 @@ haltsys:
        }
 
        for (;;) ;
-       /*NOTREACHED*/
+       /* NOTREACHED */
 }
 
 u_long dumpmag = 0x8fca0101;   /* Magic number for savecore. */
index f6f6851..02cdb50 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.146 2014/07/13 22:13:07 uebayasi Exp $ */
+/*     $OpenBSD: machdep.c,v 1.147 2014/07/13 22:53:39 uebayasi Exp $ */
 
 /*
  * Copyright (c) 2003-2004 Opsycon AB  (www.opsycon.se / www.opsycon.com)
@@ -879,7 +879,7 @@ haltsys:
 
        printf("Failed!!! Please reset manually.\n");
        for (;;) ;
-       /*NOTREACHED*/
+       /* NOTREACHED */
 }
 
 void
index c5e8339..d3ef1e9 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.53 2014/07/13 22:13:07 uebayasi Exp $   */
+/*     $OpenBSD: machdep.c,v 1.54 2014/07/13 22:53:39 uebayasi Exp $   */
 /*     $NetBSD: machdep.c,v 1.4 1996/10/16 19:33:11 ws Exp $   */
 
 /*
@@ -1041,7 +1041,7 @@ boot(int howto)
        }
 
        boothowto = howto;
-       if (!(howto & RB_NOSYNC) && !syncing) {
+       if ((howto & RB_NOSYNC) == 0 && !syncing) {
                syncing = 1;
                vfs_shutdown();
 
@@ -1057,7 +1057,7 @@ boot(int howto)
        splhigh();
        cold = 1;
 
-       if ((howto & RB_DUMP))
+       if ((howto & RB_DUMP) != 0)
                dumpsys();
 
 haltsys:
@@ -1087,7 +1087,8 @@ haltsys:
        }
 
        printf("boot failed, spinning\n");
-       while(1) /* forever */;
+       for (;;) ;
+       /* NOTREACHED */
 }
 
 void
index a8c5aab..fd0008a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.40 2014/07/13 22:13:07 uebayasi Exp $   */
+/*     $OpenBSD: machdep.c,v 1.41 2014/07/13 22:53:39 uebayasi Exp $   */
 /*     OpenBSD: machdep.c,v 1.105 2005/04/11 15:13:01 deraadt Exp      */
 
 /*
@@ -570,7 +570,8 @@ haltsys:
        } else
                str[0] = 0;
        romboot(str);
-       /*NOTREACHED*/
+       for (;;) ;
+       /* NOTREACHED */
 }
 
 /* XXX - needs to be written */
index ef44477..ccc910c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: machdep.c,v 1.162 2014/07/13 22:13:07 uebayasi Exp $  */
+/*     $OpenBSD: machdep.c,v 1.163 2014/07/13 22:53:39 uebayasi Exp $  */
 /*     $NetBSD: machdep.c,v 1.85 1997/09/12 08:55:02 pk Exp $ */
 
 /*
@@ -592,7 +592,8 @@ haltsys:
        } else
                str[0] = 0;
        romboot(str);
-       /*NOTREACHED*/
+       for (;;) ;
+       /* NOTREACHED */
 }
 
 /* XXX - dumpmag not eplicitly used, savecore may search for it to get here */
index 4d28099..35c6b86 100644 (file)
@@ -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 */
index 7380542..fbe919e 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.141 2014/07/13 22:13:07 uebayasi Exp $ */
+/* $OpenBSD: machdep.c,v 1.142 2014/07/13 22:53:39 uebayasi Exp $ */
 /* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $         */
 
 /*
@@ -538,7 +538,6 @@ boot(int howto)
        if (howto & RB_DUMP)
                dumpsys();
 
-
 haltsys:
        doshutdownhooks();
        mainbus = device_mainbus();
index e163328..bae2929 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: zaurus_machdep.c,v 1.49 2014/07/13 22:13:07 uebayasi Exp $    */
+/*     $OpenBSD: zaurus_machdep.c,v 1.50 2014/07/13 22:53:39 uebayasi Exp $    */
 /*     $NetBSD: lubbock_machdep.c,v 1.2 2003/07/15 00:25:06 lukem Exp $ */
 
 /*
@@ -355,8 +355,8 @@ haltsys:
        zapm_restart();
 #endif
        printf("reboot failed; spinning\n");
-       while(1);
-       /*NOTREACHED*/
+       for (;;) ;
+       /* NOTREACHED */
 }
 
 static __inline