Remove unused __NEWINTR defines
This commit is contained in:
parent
4a00fabd03
commit
6062ea05a5
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue