Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/cortex KNF



details:   https://anonhg.NetBSD.org/src/rev/3ead05963686
branches:  trunk
changeset: 825431:3ead05963686
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Jul 14 06:33:26 2017 +0000

description:
KNF

diffstat:

 sys/arch/arm/cortex/gic.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 390530e3a2f9 -r 3ead05963686 sys/arch/arm/cortex/gic.c
--- a/sys/arch/arm/cortex/gic.c Fri Jul 14 04:56:11 2017 +0000
+++ b/sys/arch/arm/cortex/gic.c Fri Jul 14 06:33:26 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: gic.c,v 1.30 2017/06/29 00:11:28 jmcneill Exp $        */
+/*     $NetBSD: gic.c,v 1.31 2017/07/14 06:33:26 skrll Exp $   */
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -34,14 +34,14 @@
 #define _INTR_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gic.c,v 1.30 2017/06/29 00:11:28 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gic.c,v 1.31 2017/07/14 06:33:26 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
+#include <sys/cpu.h>
 #include <sys/device.h>
 #include <sys/evcnt.h>
 #include <sys/intr.h>
-#include <sys/cpu.h>
 #include <sys/proc.h>
 
 #include <arm/armreg.h>



Home | Main Index | Thread Index | Old Index