Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/iq80310 #if 0 the stray interrupt messages -...
details: https://anonhg.NetBSD.org/src/rev/142fc817410b
branches: trunk
changeset: 534856:142fc817410b
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun Aug 04 17:52:46 2002 +0000
description:
#if 0 the stray interrupt messages -- we tend to get them "a lot"
during normal activity on some IOP310-based designs.
diffstat:
sys/arch/evbarm/iq80310/iq80310_intr.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 5d505906eab0 -r 142fc817410b sys/arch/evbarm/iq80310/iq80310_intr.c
--- a/sys/arch/evbarm/iq80310/iq80310_intr.c Sun Aug 04 17:08:16 2002 +0000
+++ b/sys/arch/evbarm/iq80310/iq80310_intr.c Sun Aug 04 17:52:46 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iq80310_intr.c,v 1.13 2002/06/26 01:06:44 thorpej Exp $ */
+/* $NetBSD: iq80310_intr.c,v 1.14 2002/08/04 17:52:46 thorpej Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -496,12 +496,16 @@
current_spl_level = pcpl;
+#if 0 /* XXX */
if (rv == 0)
printf("Stray interrupt: IRQ %d\n", irq);
+#endif
}
+#if 0 /* XXX */
if (stray)
printf("Stray external interrupt\n");
+#endif
/* Check for pendings soft intrs. */
if ((ipending & ~IRQ_BITS) & ~current_spl_level) {
Home |
Main Index |
Thread Index |
Old Index