Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/ofw G/c FIQ stuff.



details:   https://anonhg.NetBSD.org/src/rev/0f562c56d7f5
branches:  trunk
changeset: 521545:0f562c56d7f5
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Feb 01 22:27:12 2002 +0000

description:
G/c FIQ stuff.

diffstat:

 sys/arch/arm32/ofw/ofw_irqhandler.c |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 0681c8e7e984 -r 0f562c56d7f5 sys/arch/arm32/ofw/ofw_irqhandler.c
--- a/sys/arch/arm32/ofw/ofw_irqhandler.c       Fri Feb 01 22:12:37 2002 +0000
+++ b/sys/arch/arm32/ofw/ofw_irqhandler.c       Fri Feb 01 22:27:12 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ofw_irqhandler.c,v 1.11 2001/12/20 01:20:26 thorpej Exp $ */
+/* $NetBSD: ofw_irqhandler.c,v 1.12 2002/02/01 22:27:12 thorpej Exp $ */
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -54,7 +54,6 @@
 #include <machine/cpu.h>
 
 irqhandler_t *irqhandlers[NIRQS];
-fiqhandler_t *fiqhandlers;
 
 int current_intr_depth;
 u_int current_mask;
@@ -91,9 +90,6 @@
                irqblock[loop] = 0;
        }
 
-       /* Clear the FIQ handler */
-       fiqhandlers = NULL;
-
        /*
         * Setup the irqmasks for the different Interrupt Priority Levels
         * We will start with no bits set and these will be updated as handlers



Home | Main Index | Thread Index | Old Index