summaryrefslogtreecommitdiff
path: root/sys/arch/arm/xscale
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2005-09-22 04:14:45 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2005-09-22 04:14:45 +0000
commit2c279f7317708d24bcdf2b04e3608f6fcbcedd2f (patch)
treef59906c1472af9270055c542f470adbcc7fa2238 /sys/arch/arm/xscale
parenta0c4c11c7f85dae75a27fafc5b6e824dd6d42c68 (diff)
NEWINTR is not an option on OpenBSD.
Diffstat (limited to 'sys/arch/arm/xscale')
-rw-r--r--sys/arch/arm/xscale/pxa2x0_intr.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/arm/xscale/pxa2x0_intr.h b/sys/arch/arm/xscale/pxa2x0_intr.h
index 24eb2ef7370..c12651ad38a 100644
--- a/sys/arch/arm/xscale/pxa2x0_intr.h
+++ b/sys/arch/arm/xscale/pxa2x0_intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pxa2x0_intr.h,v 1.8 2005/08/08 16:30:47 uwe Exp $ */
+/* $OpenBSD: pxa2x0_intr.h,v 1.9 2005/09/22 04:14:44 drahn Exp $ */
/* $NetBSD: pxa2x0_intr.h,v 1.4 2003/07/05 06:53:08 dogcow Exp $ */
/* Derived from i80321_intr.h */
@@ -45,8 +45,6 @@
#ifndef _LOCORE
-#define __NEWINTR /* enables new hooks in cpu_fork()/cpu_switch() */
-
#include <arm/armreg.h>
#include <arm/cpufunc.h>
#include <machine/intr.h>
@@ -109,3 +107,4 @@ const char *pxa2x0_intr_string(void *cookie);
#endif /* ! _LOCORE */
#endif /* _PXA2X0_INTR_H_ */
+