Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/ixp12x0 GC ipending.
details: https://anonhg.NetBSD.org/src/rev/e51b550a974d
branches: trunk
changeset: 327233:e51b550a974d
user: joerg <joerg%NetBSD.org@localhost>
date: Sun Mar 02 13:23:32 2014 +0000
description:
GC ipending.
diffstat:
sys/arch/arm/ixp12x0/ixp12x0_intr.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r c630b3a92fcb -r e51b550a974d sys/arch/arm/ixp12x0/ixp12x0_intr.c
--- a/sys/arch/arm/ixp12x0/ixp12x0_intr.c Sun Mar 02 13:23:16 2014 +0000
+++ b/sys/arch/arm/ixp12x0/ixp12x0_intr.c Sun Mar 02 13:23:32 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ixp12x0_intr.c,v 1.26 2013/12/18 13:03:59 skrll Exp $ */
+/* $NetBSD: ixp12x0_intr.c,v 1.27 2014/03/02 13:23:32 joerg Exp $ */
/*
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixp12x0_intr.c,v 1.26 2013/12/18 13:03:59 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixp12x0_intr.c,v 1.27 2014/03/02 13:23:32 joerg Exp $");
/*
* Interrupt support for the Intel ixp12x0
@@ -70,9 +70,6 @@
volatile uint32_t intr_enabled;
volatile uint32_t pci_intr_enabled;
-/* Interrupts pending. */
-static volatile int ipending;
-
void ixp12x0_intr_dispatch(struct trapframe *);
#define IXPREG(reg) *((volatile uint32_t*) (reg))
Home |
Main Index |
Thread Index |
Old Index