Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips KNF



details:   https://anonhg.NetBSD.org/src/rev/befba963c26f
branches:  trunk
changeset: 823740:befba963c26f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun May 07 04:14:20 2017 +0000

description:
KNF

diffstat:

 sys/arch/mips/mips/cpu_subr.c     |   6 +++---
 sys/arch/mips/mips/pmap_machdep.c |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r fcce12118c5a -r befba963c26f sys/arch/mips/mips/cpu_subr.c
--- a/sys/arch/mips/mips/cpu_subr.c     Sun May 07 04:12:35 2017 +0000
+++ b/sys/arch/mips/mips/cpu_subr.c     Sun May 07 04:14:20 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu_subr.c,v 1.31 2017/03/16 16:13:20 chs Exp $        */
+/*     $NetBSD: cpu_subr.c,v 1.32 2017/05/07 04:14:20 skrll Exp $      */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -30,10 +30,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.31 2017/03/16 16:13:20 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.32 2017/05/07 04:14:20 skrll Exp $");
 
+#include "opt_cputype.h"
 #include "opt_ddb.h"
-#include "opt_cputype.h"
 #include "opt_modular.h"
 #include "opt_multiprocessor.h"
 
diff -r fcce12118c5a -r befba963c26f sys/arch/mips/mips/pmap_machdep.c
--- a/sys/arch/mips/mips/pmap_machdep.c Sun May 07 04:12:35 2017 +0000
+++ b/sys/arch/mips/mips/pmap_machdep.c Sun May 07 04:14:20 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_machdep.c,v 1.12 2016/12/23 07:15:27 cherry Exp $ */
+/*     $NetBSD: pmap_machdep.c,v 1.13 2017/05/07 04:14:20 skrll Exp $  */
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap_machdep.c,v 1.12 2016/12/23 07:15:27 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_machdep.c,v 1.13 2017/05/07 04:14:20 skrll Exp $");
 
 /*
  *     Manages physical address maps.
@@ -111,10 +111,10 @@
  * These warnings probably applies to other files under sys/arch/mips.
  */
 
+#include "opt_cputype.h"
+#include "opt_mips_cache.h"
+#include "opt_multiprocessor.h"
 #include "opt_sysv.h"
-#include "opt_cputype.h"
-#include "opt_multiprocessor.h"
-#include "opt_mips_cache.h"
 
 #define __MUTEX_PRIVATE
 #define __PMAP_PRIVATE



Home | Main Index | Thread Index | Old Index