Module Name: src
Committed By: skrll
Date: Sun May 7 04:14:20 UTC 2017
Modified Files:
src/sys/arch/mips/mips: cpu_subr.c pmap_machdep.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/mips/mips/cpu_subr.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mips/mips/pmap_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/mips/cpu_subr.c
diff -u src/sys/arch/mips/mips/cpu_subr.c:1.31 src/sys/arch/mips/mips/cpu_subr.c:1.32
--- src/sys/arch/mips/mips/cpu_subr.c:1.31 Thu Mar 16 16:13:20 2017
+++ src/sys/arch/mips/mips/cpu_subr.c Sun May 7 04:14:20 2017
@@ -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_ddb.h"
#include "opt_cputype.h"
+#include "opt_ddb.h"
#include "opt_modular.h"
#include "opt_multiprocessor.h"
Index: src/sys/arch/mips/mips/pmap_machdep.c
diff -u src/sys/arch/mips/mips/pmap_machdep.c:1.12 src/sys/arch/mips/mips/pmap_machdep.c:1.13
--- src/sys/arch/mips/mips/pmap_machdep.c:1.12 Fri Dec 23 07:15:27 2016
+++ src/sys/arch/mips/mips/pmap_machdep.c Sun May 7 04:14:20 2017
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: pmap_machdep
* These warnings probably applies to other files under sys/arch/mips.
*/
-#include "opt_sysv.h"
#include "opt_cputype.h"
-#include "opt_multiprocessor.h"
#include "opt_mips_cache.h"
+#include "opt_multiprocessor.h"
+#include "opt_sysv.h"
#define __MUTEX_PRIVATE
#define __PMAP_PRIVATE