Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/atheros/dev Include <mips/locore.h> for badaddr.



details:   https://anonhg.NetBSD.org/src/rev/53f92706c10c
branches:  trunk
changeset: 346430:53f92706c10c
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Jul 12 17:04:21 2016 +0000

description:
Include <mips/locore.h> for badaddr.
Fixes mipseb DB120 kernel build.

ok skrll@

diffstat:

 sys/arch/mips/atheros/dev/ehci_arbus.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r f07a1110b178 -r 53f92706c10c sys/arch/mips/atheros/dev/ehci_arbus.c
--- a/sys/arch/mips/atheros/dev/ehci_arbus.c    Tue Jul 12 16:43:53 2016 +0000
+++ b/sys/arch/mips/atheros/dev/ehci_arbus.c    Tue Jul 12 17:04:21 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ehci_arbus.c,v 1.6 2016/04/23 10:15:29 skrll Exp $     */
+/*     $NetBSD: ehci_arbus.c,v 1.7 2016/07/12 17:04:21 maya Exp $      */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci_arbus.c,v 1.6 2016/04/23 10:15:29 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci_arbus.c,v 1.7 2016/07/12 17:04:21 maya Exp $");
 
 #include "locators.h"
 
@@ -39,6 +39,7 @@
 #include <sys/device.h>
 #include <sys/systm.h>
 
+#include <mips/locore.h>
 #include <mips/atheros/include/ar9344reg.h>
 #include <mips/atheros/include/arbusvar.h>
 



Home | Main Index | Thread Index | Old Index