Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/include unifdef __OLD_INTERRUPT_CODE
details: https://anonhg.NetBSD.org/src/rev/55db6abb6ae9
branches: trunk
changeset: 782592:55db6abb6ae9
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Nov 08 08:19:50 2012 +0000
description:
unifdef __OLD_INTERRUPT_CODE
diffstat:
sys/arch/evbarm/include/intr.h | 21 +--------------------
1 files changed, 1 insertions(+), 20 deletions(-)
diffs (42 lines):
diff -r 866c81ad4281 -r 55db6abb6ae9 sys/arch/evbarm/include/intr.h
--- a/sys/arch/evbarm/include/intr.h Thu Nov 08 04:58:44 2012 +0000
+++ b/sys/arch/evbarm/include/intr.h Thu Nov 08 08:19:50 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.23 2012/06/10 13:15:24 skrll Exp $ */
+/* $NetBSD: intr.h,v 1.24 2012/11/08 08:19:50 skrll Exp $ */
/*
* Copyright (c) 2001, 2003 Wasabi Systems, Inc.
@@ -65,23 +65,6 @@
#define IST_EDGE_BOTH 6
#define IST_SOFT 7
-#ifdef __OLD_INTERRUPT_CODE /* XXX XXX XXX */
-
-/* Software interrupt priority levels */
-
-#ifdef __HAVE_FAST_SOFTINTS
-#define SOFTIRQ_CLOCK 0
-#define SOFTIRQ_BIO 1
-#define SOFTIRQ_NET 2
-#define SOFTIRQ_SERIAL 3
-
-#define SOFTIRQ_BIT(x) (1 << x)
-#endif
-
-#include <arm/arm32/psl.h>
-
-#else /* ! __OLD_INTERRUPT_CODE */
-
#ifndef _LOCORE
#include <sys/queue.h>
@@ -167,8 +150,6 @@
#endif /* ! _LOCORE */
-#endif /* __OLD_INTERRUPT_CODE */
-
#endif /* _KERNEL */
#endif /* _EVBARM_INTR_H_ */
Home |
Main Index |
Thread Index |
Old Index