Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/oea Remove softintr__init call.
details: https://anonhg.NetBSD.org/src/rev/588fc4ed5db8
branches: trunk
changeset: 565211:588fc4ed5db8
user: matt <matt%NetBSD.org@localhost>
date: Thu Apr 01 16:58:06 2004 +0000
description:
Remove softintr__init call.
diffstat:
sys/arch/powerpc/oea/oea_machdep.c | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diffs (31 lines):
diff -r 2ba6ff475e3a -r 588fc4ed5db8 sys/arch/powerpc/oea/oea_machdep.c
--- a/sys/arch/powerpc/oea/oea_machdep.c Thu Apr 01 16:57:45 2004 +0000
+++ b/sys/arch/powerpc/oea/oea_machdep.c Thu Apr 01 16:58:06 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: oea_machdep.c,v 1.15 2004/03/24 23:50:18 matt Exp $ */
+/* $NetBSD: oea_machdep.c,v 1.16 2004/04/01 16:58:06 matt Exp $ */
/*
* Copyright (C) 2002 Matt Thomas
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: oea_machdep.c,v 1.15 2004/03/24 23:50:18 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: oea_machdep.c,v 1.16 2004/04/01 16:58:06 matt Exp $");
#include "opt_compat_netbsd.h"
#include "opt_ddb.h"
@@ -691,12 +691,6 @@
mclbytes*nmbclusters, VM_MAP_INTRSAFE, FALSE, NULL);
#endif
-#ifdef __HAVE_GENERIC_SOFT_INTERRUPTS
- /*
- * Initialize the generic soft interrupts.
- */
- softintr__init();
-#endif
format_bytes(pbuf, sizeof(pbuf), ptoa(uvmexp.free));
printf("avail memory = %s\n", pbuf);
}
Home |
Main Index |
Thread Index |
Old Index