diff options
| author | joerg <joerg@NetBSD.org> | 2014-03-02 13:22:32 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2014-03-02 13:22:32 +0000 |
| commit | 4b17556173bd8002569fc5a1293a53de0130c19f (patch) | |
| tree | 6bb682d9aab5d1882972610211c8483d5f1625a6 /sys | |
| parent | 110cc2cd2134907aaf13ab6a38c094403a9091df (diff) | |
GC ipending.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/arm/ep93xx/ep93xx_intr.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/arm/ep93xx/ep93xx_intr.c b/sys/arch/arm/ep93xx/ep93xx_intr.c index 1f62e6e1a67..31df699f6d6 100644 --- a/sys/arch/arm/ep93xx/ep93xx_intr.c +++ b/sys/arch/arm/ep93xx/ep93xx_intr.c @@ -1,4 +1,4 @@ -/* $NetBSD: ep93xx_intr.c,v 1.20 2013/12/18 13:03:59 skrll Exp $ */ +/* $NetBSD: ep93xx_intr.c,v 1.21 2014/03/02 13:22:32 joerg Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: ep93xx_intr.c,v 1.20 2013/12/18 13:03:59 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ep93xx_intr.c,v 1.21 2014/03/02 13:22:32 joerg Exp $"); /* * Interrupt support for the Cirrus Logic EP93XX @@ -66,9 +66,6 @@ volatile int hardware_spl_level; volatile uint32_t vic1_intr_enabled; volatile uint32_t vic2_intr_enabled; -/* Interrupts pending. */ -static volatile int ipending; - void ep93xx_intr_dispatch(struct trapframe *); #define VIC1REG(reg) *((volatile uint32_t*) (EP93XX_AHB_VBASE + \ |
