Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/x86 Whitespace fix. No functional change.



details:   https://anonhg.NetBSD.org/src/rev/6705cd06b5f3
branches:  trunk
changeset: 931020:6705cd06b5f3
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Apr 20 04:23:23 2020 +0000

description:
Whitespace fix. No functional change.

diffstat:

 sys/arch/x86/x86/cpu.c |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (58 lines):

diff -r 87a5dbadd4f6 -r 6705cd06b5f3 sys/arch/x86/x86/cpu.c
--- a/sys/arch/x86/x86/cpu.c    Mon Apr 20 04:17:51 2020 +0000
+++ b/sys/arch/x86/x86/cpu.c    Mon Apr 20 04:23:23 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.c,v 1.183 2020/04/10 14:35:26 bouyer Exp $ */
+/*     $NetBSD: cpu.c,v 1.184 2020/04/20 04:23:23 msaitoh Exp $        */
 
 /*
  * Copyright (c) 2000-2012 NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.183 2020/04/10 14:35:26 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.184 2020/04/20 04:23:23 msaitoh Exp $");
 
 #include "opt_ddb.h"
 #include "opt_mpbios.h"                /* for MPDEBUG */
@@ -198,9 +198,9 @@
 struct cpu_info *cpu_starting;
 
 #ifdef MULTIPROCESSOR
-void           cpu_hatch(void *);
-static void            cpu_boot_secondary(struct cpu_info *ci);
-static void            cpu_start_secondary(struct cpu_info *ci);
+void           cpu_hatch(void *);
+static void    cpu_boot_secondary(struct cpu_info *ci);
+static void    cpu_start_secondary(struct cpu_info *ci);
 #if NLAPIC > 0
 static void    cpu_copy_trampoline(paddr_t);
 #endif
@@ -276,7 +276,7 @@
                cai = &ci->ci_cinfo[i];
 
                tcolors = atop(cai->cai_totalsize);
-               switch(cai->cai_associativity) {
+               switch (cai->cai_associativity) {
                case 0xff:
                        tcolors = 1; /* fully associative */
                        break;
@@ -300,7 +300,7 @@
                        }
                        if (picked == 1) {
                                panic("desired number of cache colors %d is "
-                               " > 1, but not even!", ncolors);
+                               " > 1, but not even!", ncolors);
                        }
                        ncolors = picked;
                }
@@ -1018,7 +1018,7 @@
 {
        struct cpu_info *ci;
        CPU_INFO_ITERATOR cii;
-       const char sixtyfour64space[] = 
+       const char sixtyfour64space[] =
 #ifdef _LP64
                           "        "
 #endif



Home | Main Index | Thread Index | Old Index