Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/iq80310 Correct __HAVE_FAST_SOFTINTRS typos, ...
details: https://anonhg.NetBSD.org/src/rev/21d4835113aa
branches: trunk
changeset: 761552:21d4835113aa
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Mon Jan 31 23:56:14 2011 +0000
description:
Correct __HAVE_FAST_SOFTINTRS typos, use only __HAVE_FAST_SOFTINTS.
diffstat:
sys/arch/evbarm/iq80310/iq80310_intr.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 9c6012fe59cc -r 21d4835113aa sys/arch/evbarm/iq80310/iq80310_intr.c
--- a/sys/arch/evbarm/iq80310/iq80310_intr.c Mon Jan 31 23:07:16 2011 +0000
+++ b/sys/arch/evbarm/iq80310/iq80310_intr.c Mon Jan 31 23:56:14 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iq80310_intr.c,v 1.27 2010/12/20 00:25:31 matt Exp $ */
+/* $NetBSD: iq80310_intr.c,v 1.28 2011/01/31 23:56:14 jakllsch Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iq80310_intr.c,v 1.27 2010/12/20 00:25:31 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iq80310_intr.c,v 1.28 2011/01/31 23:56:14 jakllsch Exp $");
#ifndef EVBARM_SPL_NOINLINE
#define EVBARM_SPL_NOINLINE
@@ -74,7 +74,7 @@
/* Software copy of the IRQs we have enabled. */
uint32_t intr_enabled;
-#ifdef __HAVE_FAST_SOFTINTRS
+#ifdef __HAVE_FAST_SOFTINTS
/*
* Map a software interrupt queue index (at the top of the word, and
* highest priority softintr is encountered first in an ffs()).
@@ -247,7 +247,7 @@
}
}
-#ifdef __HAVE_FAST_SOFTINTRS
+#ifdef __HAVE_FAST_SOFTINTS
void
iq80310_do_soft(void)
{
@@ -281,7 +281,7 @@
restore_interrupts(oldirqstate);
}
-#endif /* __HAVE_SOFT_FASTINTRS */
+#endif /* __HAVE_SOFT_FASTINTS */
int
_splraise(int ipl)
@@ -304,7 +304,7 @@
return (iq80310_spllower(ipl));
}
-#ifdef __HAVE_FAST_SOFTINTRS
+#ifdef __HAVE_FAST_SOFTINTS
void
_setsoftintr(int si)
{
Home |
Main Index |
Thread Index |
Old Index