Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/iq80321 Compile properly without DIAGNOSTIC ...
details: https://anonhg.NetBSD.org/src/rev/c17523e26106
branches: trunk
changeset: 535407:c17523e26106
user: briggs <briggs%NetBSD.org@localhost>
date: Sat Aug 17 19:19:57 2002 +0000
description:
Compile properly without DIAGNOSTIC defined.
diffstat:
sys/arch/evbarm/iq80321/iq80321_machdep.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 61b5aa16b5d5 -r c17523e26106 sys/arch/evbarm/iq80321/iq80321_machdep.c
--- a/sys/arch/evbarm/iq80321/iq80321_machdep.c Sat Aug 17 19:00:26 2002 +0000
+++ b/sys/arch/evbarm/iq80321/iq80321_machdep.c Sat Aug 17 19:19:57 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iq80321_machdep.c,v 1.8 2002/07/31 00:20:53 thorpej Exp $ */
+/* $NetBSD: iq80321_machdep.c,v 1.9 2002/08/17 19:19:57 briggs Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -346,7 +346,9 @@
initarm(void *arg)
{
extern vaddr_t xscale_cache_clean_addr;
+#ifdef DIAGNOSTIC
extern vsize_t xscale_minidata_clean_size;
+#endif
int loop;
int loop1;
u_int l1pagetable;
Home |
Main Index |
Thread Index |
Old Index