Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/marvell Add _LOCORE around marvell_interregs...



details:   https://anonhg.NetBSD.org/src/rev/fff9667af6ae
branches:  trunk
changeset: 794572:fff9667af6ae
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Mar 18 07:30:09 2014 +0000

description:
Add _LOCORE around marvell_interregs_pbase

diffstat:

 sys/arch/evbarm/marvell/marvellvar.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 33a1b6bb5cb4 -r fff9667af6ae sys/arch/evbarm/marvell/marvellvar.h
--- a/sys/arch/evbarm/marvell/marvellvar.h      Tue Mar 18 07:25:57 2014 +0000
+++ b/sys/arch/evbarm/marvell/marvellvar.h      Tue Mar 18 07:30:09 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: marvellvar.h,v 1.2 2013/09/30 12:57:53 kiyohara Exp $ */
+/*     $NetBSD: marvellvar.h,v 1.3 2014/03/18 07:30:09 matt Exp $ */
 /*
  * Copyright (c) 2007 KIYOHARA Takashi
  * All rights reserved.
@@ -37,6 +37,8 @@
 #define MARVELL_INTERREGS_VBASE                        0xf1000000
 #define MARVELL_PEXIO_VBASE                    0xf2000000
 
+#ifndef _LOCORE
 extern bus_addr_t marvell_interregs_pbase;
+#endif
 
 #endif /* _EVBARM_MARVELLVAR_H_ */



Home | Main Index | Thread Index | Old Index