Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/ep93xx GC ipending.



details:   https://anonhg.NetBSD.org/src/rev/3283c0ae6877
branches:  trunk
changeset: 327231:3283c0ae6877
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Mar 02 13:22:32 2014 +0000

description:
GC ipending.

diffstat:

 sys/arch/arm/ep93xx/ep93xx_intr.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 52cbb0dae965 -r 3283c0ae6877 sys/arch/arm/ep93xx/ep93xx_intr.c
--- a/sys/arch/arm/ep93xx/ep93xx_intr.c Sun Mar 02 13:22:21 2014 +0000
+++ b/sys/arch/arm/ep93xx/ep93xx_intr.c Sun Mar 02 13:22:32 2014 +0000
@@ -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 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 + \



Home | Main Index | Thread Index | Old Index