Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Remove unused __NEWINTR defines



details:   https://anonhg.NetBSD.org/src/rev/62449d0d9536
branches:  trunk
changeset: 779679:62449d0d9536
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Jun 10 13:15:24 2012 +0000

description:
Remove unused __NEWINTR defines

diffstat:

 sys/arch/arm/footbridge/footbridge_intr.h |  4 +---
 sys/arch/evbarm/include/intr.h            |  4 +---
 sys/arch/hpcarm/include/intr.h            |  4 +---
 sys/arch/iyonix/include/intr.h            |  4 +---
 sys/arch/zaurus/include/intr.h            |  4 +---
 5 files changed, 5 insertions(+), 15 deletions(-)

diffs (90 lines):

diff -r fb15cd1e0dab -r 62449d0d9536 sys/arch/arm/footbridge/footbridge_intr.h
--- a/sys/arch/arm/footbridge/footbridge_intr.h Sun Jun 10 06:40:08 2012 +0000
+++ b/sys/arch/arm/footbridge/footbridge_intr.h Sun Jun 10 13:15:24 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: footbridge_intr.h,v 1.14 2009/02/13 08:37:52 he Exp $  */
+/*     $NetBSD: footbridge_intr.h,v 1.15 2012/06/10 13:15:24 skrll Exp $       */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -58,8 +58,6 @@
 #define        IST_EDGE        2       /* edge-triggered */
 #define        IST_LEVEL       3       /* level-triggered */
 
-#define        __NEWINTR       /* enables new hooks in cpu_fork()/cpu_switch() */
-
 #define        ARM_IRQ_HANDLER _C_LABEL(footbridge_intr_dispatch)
 
 #ifndef _LOCORE
diff -r fb15cd1e0dab -r 62449d0d9536 sys/arch/evbarm/include/intr.h
--- a/sys/arch/evbarm/include/intr.h    Sun Jun 10 06:40:08 2012 +0000
+++ b/sys/arch/evbarm/include/intr.h    Sun Jun 10 13:15:24 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.22 2010/11/13 14:07:06 uebayasi Exp $       */
+/*     $NetBSD: intr.h,v 1.23 2012/06/10 13:15:24 skrll Exp $  */
 
 /*
  * Copyright (c) 2001, 2003 Wasabi Systems, Inc.
@@ -82,8 +82,6 @@
 
 #else /* ! __OLD_INTERRUPT_CODE */
 
-#define        __NEWINTR       /* enables new hooks in cpu_fork()/cpu_switch() */
-
 #ifndef _LOCORE
 
 #include <sys/queue.h>
diff -r fb15cd1e0dab -r 62449d0d9536 sys/arch/hpcarm/include/intr.h
--- a/sys/arch/hpcarm/include/intr.h    Sun Jun 10 06:40:08 2012 +0000
+++ b/sys/arch/hpcarm/include/intr.h    Sun Jun 10 13:15:24 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.15 2010/11/13 14:07:07 uebayasi Exp $       */
+/*     $NetBSD: intr.h,v 1.16 2012/06/10 13:15:24 skrll Exp $  */
 
 /*
  * Copyright (c) 1997 Mark Brinicombe.
@@ -68,8 +68,6 @@
 
 #else  /* !__OLD_INTERRUPT_CODE */
 
-#define        __NEWINTR       /* enables new hooks in cpu_fork()/cpu_switch() */
-
 #ifndef _LOCORE
 
 #include <sys/queue.h>
diff -r fb15cd1e0dab -r 62449d0d9536 sys/arch/iyonix/include/intr.h
--- a/sys/arch/iyonix/include/intr.h    Sun Jun 10 06:40:08 2012 +0000
+++ b/sys/arch/iyonix/include/intr.h    Sun Jun 10 13:15:24 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.9 2008/04/27 18:58:47 matt Exp $    */
+/*     $NetBSD: intr.h,v 1.10 2012/06/10 13:15:24 skrll Exp $  */
 
 /*
  * Copyright (c) 2001, 2003 Wasabi Systems, Inc.
@@ -64,8 +64,6 @@
 #define IST_EDGE_RISING  5
 #define IST_EDGE_BOTH    6
 
-#define        __NEWINTR       /* enables new hooks in cpu_fork()/cpu_switch() */
-
 #ifndef _LOCORE
 
 #if defined(_LKM)
diff -r fb15cd1e0dab -r 62449d0d9536 sys/arch/zaurus/include/intr.h
--- a/sys/arch/zaurus/include/intr.h    Sun Jun 10 06:40:08 2012 +0000
+++ b/sys/arch/zaurus/include/intr.h    Sun Jun 10 13:15:24 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.7 2010/11/13 14:07:08 uebayasi Exp $        */
+/*     $NetBSD: intr.h,v 1.8 2012/06/10 13:15:24 skrll Exp $   */
 
 /*
  * Copyright (c) 2001, 2003 Wasabi Systems, Inc.
@@ -78,8 +78,6 @@
 
 #else /* ! __OLD_INTERRUPT_CODE */
 
-#define        __NEWINTR       /* enables new hooks in cpu_fork()/cpu_switch() */
-
 #ifndef _LOCORE
 
 #include <sys/queue.h>



Home | Main Index | Thread Index | Old Index