Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/zaurus/include unifdef -U__OLD_INTERRUPT_CODE



details:   https://anonhg.NetBSD.org/src/rev/bd8846be4a28
branches:  trunk
changeset: 797787:bd8846be4a28
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Jul 27 08:55:39 2014 +0000

description:
unifdef -U__OLD_INTERRUPT_CODE

diffstat:

 sys/arch/zaurus/include/intr.h |  18 +-----------------
 1 files changed, 1 insertions(+), 17 deletions(-)

diffs (39 lines):

diff -r 7d17f50a66a9 -r bd8846be4a28 sys/arch/zaurus/include/intr.h
--- a/sys/arch/zaurus/include/intr.h    Sun Jul 27 07:46:46 2014 +0000
+++ b/sys/arch/zaurus/include/intr.h    Sun Jul 27 08:55:39 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.8 2012/06/10 13:15:24 skrll Exp $   */
+/*     $NetBSD: intr.h,v 1.9 2014/07/27 08:55:39 skrll Exp $   */
 
 /*
  * Copyright (c) 2001, 2003 Wasabi Systems, Inc.
@@ -64,20 +64,6 @@
 #define IST_EDGE_RISING  5
 #define IST_EDGE_BOTH    6
 
-#ifdef __OLD_INTERRUPT_CODE    /* XXX XXX XXX */
-
-/* Software interrupt priority levels */
-
-#define SOFTIRQ_CLOCK   0
-#define SOFTIRQ_NET     1
-#define SOFTIRQ_SERIAL  2
-
-#define SOFTIRQ_BIT(x)  (1 << x)
-
-#include <arm/arm32/psl.h>
-
-#else /* ! __OLD_INTERRUPT_CODE */
-
 #ifndef _LOCORE
 
 #include <sys/queue.h>
@@ -162,8 +148,6 @@
 
 #endif /* ! _LOCORE */
 
-#endif /* __OLD_INTERRUPT_CODE */
-
 #endif /* _KERNEL */
 
 #endif /* _ZAURUS_INTR_H_ */



Home | Main Index | Thread Index | Old Index