Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include Whitespace nit.



details:   https://anonhg.NetBSD.org/src/rev/182efbc6bc71
branches:  trunk
changeset: 1021146:182efbc6bc71
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed May 12 03:53:37 2021 +0000

description:
Whitespace nit.

diffstat:

 sys/arch/mips/include/locore.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c308e0e4f11a -r 182efbc6bc71 sys/arch/mips/include/locore.h
--- a/sys/arch/mips/include/locore.h    Tue May 11 14:52:22 2021 +0000
+++ b/sys/arch/mips/include/locore.h    Wed May 12 03:53:37 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.h,v 1.117 2021/03/02 08:16:52 skrll Exp $ */
+/* $NetBSD: locore.h,v 1.118 2021/05/12 03:53:37 simonb Exp $ */
 
 /*
  * This file should not be included by MI code!!!
@@ -306,7 +306,7 @@
 #endif
 #define        MIPS_HAS_LLADDR         ((mips_options.mips_cpu_flags & CPU_MIPS_NO_LLADDR) == 0)
 #define        MIPS_HAS_DSP            (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_DSP)
-# define MIPS_HAS_USERLOCAL    (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_USERLOCAL)
+#define MIPS_HAS_USERLOCAL     (mips_options.mips_cpu_flags & CPU_MIPS_HAVE_USERLOCAL)
 
 /* This test is ... rather bogus */
 #define        CPUISMIPS3      ((mips_options.mips_cpu_arch & \



Home | Main Index | Thread Index | Old Index