Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm #include <arm/locore.h>



details:   https://anonhg.NetBSD.org/src/rev/3ec6723ce89b
branches:  trunk
changeset: 793697:3ec6723ce89b
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Feb 23 21:19:06 2014 +0000

description:
#include <arm/locore.h>

diffstat:

 sys/arch/arm/broadcom/bcm53xx_eth.c |  4 +++-
 sys/arch/arm/broadcom/bcm53xx_pax.c |  4 +++-
 sys/arch/arm/cortex/pl310.c         |  6 ++++--
 3 files changed, 10 insertions(+), 4 deletions(-)

diffs (69 lines):

diff -r 1fc21bbe8ca3 -r 3ec6723ce89b sys/arch/arm/broadcom/bcm53xx_eth.c
--- a/sys/arch/arm/broadcom/bcm53xx_eth.c       Sun Feb 23 20:56:29 2014 +0000
+++ b/sys/arch/arm/broadcom/bcm53xx_eth.c       Sun Feb 23 21:19:06 2014 +0000
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: bcm53xx_eth.c,v 1.25 2013/10/28 22:51:16 matt Exp $");
+__KERNEL_RCSID(1, "$NetBSD: bcm53xx_eth.c,v 1.26 2014/02/23 21:19:06 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -59,6 +59,8 @@
 
 #include <dev/mii/miivar.h>
 
+#include <arm/locore.h>
+
 #include <arm/broadcom/bcm53xx_reg.h>
 #include <arm/broadcom/bcm53xx_var.h>
 
diff -r 1fc21bbe8ca3 -r 3ec6723ce89b sys/arch/arm/broadcom/bcm53xx_pax.c
--- a/sys/arch/arm/broadcom/bcm53xx_pax.c       Sun Feb 23 20:56:29 2014 +0000
+++ b/sys/arch/arm/broadcom/bcm53xx_pax.c       Sun Feb 23 21:19:06 2014 +0000
@@ -34,7 +34,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: bcm53xx_pax.c,v 1.11 2014/02/19 22:21:16 matt Exp $");
+__KERNEL_RCSID(1, "$NetBSD: bcm53xx_pax.c,v 1.12 2014/02/23 21:19:06 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -48,6 +48,8 @@
 #include <dev/pci/pcivar.h>
 #include <dev/pci/pciconf.h>
 
+#include <arm/locore.h>
+
 #include <arm/broadcom/bcm53xx_reg.h>
 #include <arm/broadcom/bcm53xx_var.h>
 
diff -r 1fc21bbe8ca3 -r 3ec6723ce89b sys/arch/arm/cortex/pl310.c
--- a/sys/arch/arm/cortex/pl310.c       Sun Feb 23 20:56:29 2014 +0000
+++ b/sys/arch/arm/cortex/pl310.c       Sun Feb 23 21:19:06 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pl310.c,v 1.12 2013/06/17 05:13:07 matt Exp $  */
+/*     $NetBSD: pl310.c,v 1.13 2014/02/23 21:19:06 matt Exp $  */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pl310.c,v 1.12 2013/06/17 05:13:07 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pl310.c,v 1.13 2014/02/23 21:19:06 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -38,6 +38,8 @@
 #include <sys/device.h>
 #include <sys/atomic.h>
 
+#include <arm/locore.h>
+
 #include <arm/cortex/mpcore_var.h>
 #include <arm/cortex/pl310_reg.h>
 #include <arm/cortex/pl310_var.h>



Home | Main Index | Thread Index | Old Index