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/41c7234f3ae4
branches: trunk
changeset: 327832:41c7234f3ae4
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 e102b4b2e1ac -r 41c7234f3ae4 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