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 irq_init() -> iq80310_intr_init()



details:   https://anonhg.NetBSD.org/src/rev/78fe83dd2c81
branches:  trunk
changeset: 521407:78fe83dd2c81
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jan 30 04:01:36 2002 +0000

description:
irq_init() -> iq80310_intr_init()

diffstat:

 sys/arch/evbarm/iq80310/iq80310_machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 33847cfd6600 -r 78fe83dd2c81 sys/arch/evbarm/iq80310/iq80310_machdep.c
--- a/sys/arch/evbarm/iq80310/iq80310_machdep.c Wed Jan 30 04:00:47 2002 +0000
+++ b/sys/arch/evbarm/iq80310/iq80310_machdep.c Wed Jan 30 04:01:36 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iq80310_machdep.c,v 1.17 2002/01/25 19:19:29 thorpej Exp $     */
+/*     $NetBSD: iq80310_machdep.c,v 1.18 2002/01/30 04:01:36 thorpej Exp $     */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -818,7 +818,7 @@
 
        /* Setup the IRQ system */
        printf("irq ");
-       irq_init();
+       iq80310_intr_init();
        printf("done.\n");
 
 #ifdef IPKDB



Home | Main Index | Thread Index | Old Index