Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/macppc Correct previous. Call openpic_init(...
details: https://anonhg.NetBSD.org/src/rev/c861afc27037
branches: trunk
changeset: 503289:c861afc27037
user: briggs <briggs%NetBSD.org@localhost>
date: Sun Feb 04 17:46:33 2001 +0000
description:
Correct previous. Call openpic_init() correctly.
diffstat:
sys/arch/macppc/macppc/extintr.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d50620a813db -r c861afc27037 sys/arch/macppc/macppc/extintr.c
--- a/sys/arch/macppc/macppc/extintr.c Sun Feb 04 17:45:24 2001 +0000
+++ b/sys/arch/macppc/macppc/extintr.c Sun Feb 04 17:46:33 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: extintr.c,v 1.24 2001/02/04 17:36:08 briggs Exp $ */
+/* $NetBSD: extintr.c,v 1.25 2001/02/04 17:46:33 briggs Exp $ */
/*-
* Copyright (c) 1995 Per Fogelstrom
@@ -743,7 +743,7 @@
goto failed;
macppc_openpic_base = (void *)(obio_base + reg[0]);
- openpic_init();
+ macppc_openpic_init();
return;
}
Home |
Main Index |
Thread Index |
Old Index