Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/ofw intrcnt and _intrnames are unused.
details: https://anonhg.NetBSD.org/src/rev/3fa7e3435410
branches: trunk
changeset: 330068:3fa7e3435410
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Jun 20 13:17:59 2014 +0000
description:
intrcnt and _intrnames are unused.
diffstat:
sys/arch/arm/ofw/ofw_irqhandler.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r adf70cfcb1ff -r 3fa7e3435410 sys/arch/arm/ofw/ofw_irqhandler.c
--- a/sys/arch/arm/ofw/ofw_irqhandler.c Fri Jun 20 12:41:34 2014 +0000
+++ b/sys/arch/arm/ofw/ofw_irqhandler.c Fri Jun 20 13:17:59 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ofw_irqhandler.c,v 1.19 2012/10/27 17:17:39 chs Exp $ */
+/* $NetBSD: ofw_irqhandler.c,v 1.20 2014/06/20 13:17:59 joerg Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ofw_irqhandler.c,v 1.19 2012/10/27 17:17:39 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ofw_irqhandler.c,v 1.20 2014/06/20 13:17:59 joerg Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -59,9 +59,6 @@
u_int actual_mask;
u_int disabled_mask;
u_int irqmasks[NIPL];
-extern u_int intrcnt[];
-
-extern char *_intrnames;
/* Prototypes */
Home |
Main Index |
Thread Index |
Old Index