diff options
| author | simonb <simonb@NetBSD.org> | 2021-05-12 03:53:37 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2021-05-12 03:53:37 +0000 |
| commit | 2d7a235a017c6be04297d41b5b7caeccf691d2a0 (patch) | |
| tree | c46a05e9cafc6308c7c67accdcea1733c154675e /sys/arch/mips/include | |
| parent | d202b63b006d263249e87de29ef4dc5daf7d4356 (diff) | |
Whitespace nit.
Diffstat (limited to 'sys/arch/mips/include')
| -rw-r--r-- | sys/arch/mips/include/locore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips/include/locore.h b/sys/arch/mips/include/locore.h index dc840615ea9..fc167d80609 100644 --- a/sys/arch/mips/include/locore.h +++ b/sys/arch/mips/include/locore.h @@ -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 @@ struct mips_options { #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 & \ |
