Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbppc/mpc85xx Use intr_init since we have it.



details:   https://anonhg.NetBSD.org/src/rev/f5563fbb2a9e
branches:  trunk
changeset: 766515:f5563fbb2a9e
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 24 23:54:37 2011 +0000

description:
Use intr_init since we have it.

diffstat:

 sys/arch/evbppc/mpc85xx/autoconf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c846f8e462e8 -r f5563fbb2a9e sys/arch/evbppc/mpc85xx/autoconf.c
--- a/sys/arch/evbppc/mpc85xx/autoconf.c        Fri Jun 24 22:19:45 2011 +0000
+++ b/sys/arch/evbppc/mpc85xx/autoconf.c        Fri Jun 24 23:54:37 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.4 2011/06/18 06:36:25 matt Exp $        */
+/*     $NetBSD: autoconf.c,v 1.5 2011/06/24 23:54:37 matt Exp $        */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.4 2011/06/18 06:36:25 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.5 2011/06/24 23:54:37 matt Exp $");
 
 #define __INTR_PRIVATE
 
@@ -58,7 +58,7 @@
 cpu_configure(void)
 {
 
-       (*powerpc_intrsw->intrsw_init)();
+       intr_init();
        calc_delayconst();
 
        if (config_rootfound("mainbus", NULL) == NULL)



Home | Main Index | Thread Index | Old Index