Module Name: src
Committed By: skrll
Date: Thu May 23 06:14:12 UTC 2024
Modified Files:
src/sys/arch/sgimips/sgimips: machdep.c
Log Message:
Trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/sys/arch/sgimips/sgimips/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sgimips/sgimips/machdep.c
diff -u src/sys/arch/sgimips/sgimips/machdep.c:1.155 src/sys/arch/sgimips/sgimips/machdep.c:1.156
--- src/sys/arch/sgimips/sgimips/machdep.c:1.155 Thu May 23 06:11:14 2024
+++ src/sys/arch/sgimips/sgimips/machdep.c Thu May 23 06:14:12 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.155 2024/05/23 06:11:14 skrll Exp $ */
+/* $NetBSD: machdep.c,v 1.156 2024/05/23 06:14:12 skrll Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.155 2024/05/23 06:11:14 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.156 2024/05/23 06:14:12 skrll Exp $");
#include "opt_ddb.h"
#include "opt_kgdb.h"
@@ -539,7 +539,7 @@ mach_init(int argc, int32_t argv32[], ui
case MACH_SGI_IP12:
i = *(volatile u_int32_t *)MIPS_PHYS_TO_KSEG1(0x1fbd0000);
- mach_boardrev = (i & 0x7000) >> 12;
+ mach_boardrev = (i & 0x7000) >> 12;
if ((i & 0x8000) == 0) {
if (mach_boardrev < 7)
@@ -786,7 +786,7 @@ haltsys:
#if NMCCLOCK_MACE > 0
if (mach_type == MACH_SGI_IP32) {
mcclock_poweroff();
- } else
+ } else
#endif
arcbios_PowerDown();
printf("WARNING: powerdown failed\n");
@@ -805,7 +805,7 @@ haltsys:
if (mach_type == MACH_SGI_IP32) {
crime_reboot();
} else
-#endif
+#endif
arcbios_Reboot();
for (;;);