Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/arch/macppc/macppc Pullup rev 1.131 (requested by m...



details:   https://anonhg.NetBSD.org/src/rev/694f4f42c5d7
branches:  netbsd-2-0
changeset: 560221:694f4f42c5d7
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Apr 01 23:31:53 2004 +0000

description:
Pullup rev 1.131 (requested by matt in ticket #44)

Move to softintr__init to cpu_startup and remove softintr__init call for oea.

diffstat:

 sys/arch/macppc/macppc/machdep.c |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 024468e9d6b7 -r 694f4f42c5d7 sys/arch/macppc/macppc/machdep.c
--- a/sys/arch/macppc/macppc/machdep.c  Thu Apr 01 23:29:07 2004 +0000
+++ b/sys/arch/macppc/macppc/machdep.c  Thu Apr 01 23:31:53 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.130 2004/03/24 19:44:20 matt Exp $       */
+/*     $NetBSD: machdep.c,v 1.130.2.1 2004/04/01 23:31:53 jmc Exp $    */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.130 2004/03/24 19:44:20 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.130.2.1 2004/04/01 23:31:53 jmc Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_ddb.h"
@@ -253,6 +253,12 @@
 cpu_startup()
 {
        oea_startup(NULL);
+#ifdef __HAVE_GENERIC_SOFT_INTERRUPTS
+       /*
+        * Initialize soft interrupt framework.
+        */
+       softintr__init();
+#endif
 }
 
 /*



Home | Main Index | Thread Index | Old Index