Source-Changes-HG archive

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

[src/trunk]: src/sys/arch sort #include "opt_..." entries



details:   https://anonhg.NetBSD.org/src/rev/a9c3a3a8b650
branches:  trunk
changeset: 363898:a9c3a3a8b650
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Aug 15 05:57:01 2018 +0000

description:
sort #include "opt_..." entries

diffstat:

 sys/arch/arm/arm/arm_machdep.c          |  10 +++++-----
 sys/arch/arm/imx/imx6_board.c           |   6 +++---
 sys/arch/evbarm/beagle/beagle_machdep.c |   8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (80 lines):

diff -r 491a2307b290 -r a9c3a3a8b650 sys/arch/arm/arm/arm_machdep.c
--- a/sys/arch/arm/arm/arm_machdep.c    Wed Aug 15 05:52:15 2018 +0000
+++ b/sys/arch/arm/arm/arm_machdep.c    Wed Aug 15 05:57:01 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: arm_machdep.c,v 1.53 2018/01/24 09:04:44 skrll Exp $   */
+/*     $NetBSD: arm_machdep.c,v 1.54 2018/08/15 05:57:01 skrll Exp $   */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -71,16 +71,16 @@
  * SUCH DAMAGE.
  */
 
-#include "opt_execfmt.h"
+#include "opt_arm_debug.h"
 #include "opt_cpuoptions.h"
 #include "opt_cputypes.h"
-#include "opt_arm_debug.h"
+#include "opt_execfmt.h"
+#include "opt_modular.h"
 #include "opt_multiprocessor.h"
-#include "opt_modular.h"
 
 #include <sys/param.h>
 
-__KERNEL_RCSID(0, "$NetBSD: arm_machdep.c,v 1.53 2018/01/24 09:04:44 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: arm_machdep.c,v 1.54 2018/08/15 05:57:01 skrll Exp $");
 
 #include <sys/exec.h>
 #include <sys/proc.h>
diff -r 491a2307b290 -r a9c3a3a8b650 sys/arch/arm/imx/imx6_board.c
--- a/sys/arch/arm/imx/imx6_board.c     Wed Aug 15 05:52:15 2018 +0000
+++ b/sys/arch/arm/imx/imx6_board.c     Wed Aug 15 05:57:01 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: imx6_board.c,v 1.10 2018/06/20 05:59:22 hkenken Exp $  */
+/*     $NetBSD: imx6_board.c,v 1.11 2018/08/15 05:58:35 skrll Exp $    */
 
 /*
  * Copyright (c) 2012  Genetec Corporation.  All rights reserved.
@@ -27,11 +27,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: imx6_board.c,v 1.10 2018/06/20 05:59:22 hkenken Exp $");
+__KERNEL_RCSID(1, "$NetBSD: imx6_board.c,v 1.11 2018/08/15 05:58:35 skrll Exp $");
 
-#include "opt_imx.h"
 #include "arml2cc.h"
 #include "opt_cputypes.h"
+#include "opt_imx.h"
 
 #include <sys/param.h>
 #include <sys/bus.h>
diff -r 491a2307b290 -r a9c3a3a8b650 sys/arch/evbarm/beagle/beagle_machdep.c
--- a/sys/arch/evbarm/beagle/beagle_machdep.c   Wed Aug 15 05:52:15 2018 +0000
+++ b/sys/arch/evbarm/beagle/beagle_machdep.c   Wed Aug 15 05:57:01 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: beagle_machdep.c,v 1.72 2018/07/31 06:46:26 skrll Exp $ */
+/*     $NetBSD: beagle_machdep.c,v 1.73 2018/08/15 05:58:35 skrll Exp $ */
 
 /*
  * Machine dependent functions for kernel setup for TI OSK5912 board.
@@ -125,14 +125,14 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: beagle_machdep.c,v 1.72 2018/07/31 06:46:26 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: beagle_machdep.c,v 1.73 2018/08/15 05:58:35 skrll Exp $");
 
 #include "opt_arm_debug.h"
-#include "opt_machdep.h"
+#include "opt_com.h"
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
+#include "opt_machdep.h"
 #include "opt_md.h"
-#include "opt_com.h"
 #include "opt_omap.h"
 
 #include "com.h"



Home | Main Index | Thread Index | Old Index