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 Fix one more missed clockframe -> irqfr...
details: https://anonhg.NetBSD.org/src/rev/6dbadaa4a82d
branches: trunk
changeset: 583621:6dbadaa4a82d
user: he <he%NetBSD.org@localhost>
date: Sun Aug 14 21:08:32 2005 +0000
description:
Fix one more missed clockframe -> irqframe transition.
diffstat:
sys/arch/arm/ixp12x0/ixp12x0_intr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7a2e530d2a65 -r 6dbadaa4a82d sys/arch/arm/ixp12x0/ixp12x0_intr.c
--- a/sys/arch/arm/ixp12x0/ixp12x0_intr.c Sun Aug 14 21:08:18 2005 +0000
+++ b/sys/arch/arm/ixp12x0/ixp12x0_intr.c Sun Aug 14 21:08:32 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ixp12x0_intr.c,v 1.11 2003/09/21 19:32:37 matt Exp $ */
+/* $NetBSD: ixp12x0_intr.c,v 1.12 2005/08/14 21:08:32 he Exp $ */
/*
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixp12x0_intr.c,v 1.11 2003/09/21 19:32:37 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixp12x0_intr.c,v 1.12 2005/08/14 21:08:32 he Exp $");
/*
* Interrupt support for the Intel ixp12x0
@@ -522,7 +522,7 @@
}
void
-ixp12x0_intr_dispatch(struct clockframe *frame)
+ixp12x0_intr_dispatch(struct irqframe *frame)
{
struct intrq* iq;
struct intrhand* ih;
Home |
Main Index |
Thread Index |
Old Index