Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/cavium Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/b0456a08f3e3
branches:  trunk
changeset: 347432:b0456a08f3e3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Aug 26 13:51:55 2016 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/evbmips/cavium/machdep.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 443fdae3b155 -r b0456a08f3e3 sys/arch/evbmips/cavium/machdep.c
--- a/sys/arch/evbmips/cavium/machdep.c Fri Aug 26 08:33:48 2016 +0000
+++ b/sys/arch/evbmips/cavium/machdep.c Fri Aug 26 13:51:55 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.6 2016/07/11 16:18:56 matt Exp $ */
+/*     $NetBSD: machdep.c,v 1.7 2016/08/26 13:51:55 skrll Exp $        */
 
 /*
  * Copyright 2001, 2002 Wasabi Systems, Inc.
@@ -114,7 +114,7 @@
 #include "opt_multiprocessor.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.6 2016/07/11 16:18:56 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.7 2016/08/26 13:51:55 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -217,7 +217,7 @@
        case 7: cpu_setmodel("Cavium Octeon CN52XX"); break;
        default: cpu_setmodel("Cavium Octeon"); break;
        }
-       
+
        mach_init_vector();
 
        /* set the VM page size */
@@ -358,7 +358,7 @@
                mem_cluster_cnt = 3;
        }
 
-       
+
 #ifdef MULTIPROCESSOR
        const u_int cores = mipsNN_cp0_ebase_read() & MIPS_EBASE_CPUNUM;
        mem_clusters[0].start = cores * 4096;



Home | Main Index | Thread Index | Old Index