Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/playstation2/playstation2 Remove unused bits
details: https://anonhg.NetBSD.org/src/rev/0b25f1b30714
branches: trunk
changeset: 346568:0b25f1b30714
user: maya <maya%NetBSD.org@localhost>
date: Tue Jul 19 16:39:54 2016 +0000
description:
Remove unused bits
(mostly because _IPL_NSOFT is not defined)
diffstat:
sys/arch/playstation2/playstation2/interrupt.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 81ae7807b3cb -r 0b25f1b30714 sys/arch/playstation2/playstation2/interrupt.c
--- a/sys/arch/playstation2/playstation2/interrupt.c Tue Jul 19 13:58:09 2016 +0000
+++ b/sys/arch/playstation2/playstation2/interrupt.c Tue Jul 19 16:39:54 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: interrupt.c,v 1.14 2016/07/19 13:58:09 maya Exp $ */
+/* $NetBSD: interrupt.c,v 1.15 2016/07/19 16:39:54 maya Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.14 2016/07/19 13:58:09 maya Exp $");
+__KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.15 2016/07/19 16:39:54 maya Exp $");
#include "debug_playstation2.h"
#if defined INTR_DEBUG && !defined GSFB_DEBUG_MONITOR
@@ -71,8 +71,6 @@
} _sif_call_env;
struct clockframe playstation2_clockframe;
-struct playstation2_soft_intr playstation2_soft_intrs[_IPL_NSOFT];
-struct playstation2_soft_intrhand *softnet_intrhand;
u_int32_t __icu_mask[_IPL_N]; /* interrupt mask of DMAC/INTC */
volatile u_int32_t md_imask;
Home |
Main Index |
Thread Index |
Old Index