diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-31 18:01:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-31 18:01:08 +0000 |
commit | d6e54419256d595a027d46ec89765f9bcbc15445 (patch) | |
tree | 95b388743cb3dfa0f8485065928db75c118a0e45 /sys/arch/armish/include | |
parent | a9a1168e88b8e086599bb5cc64b48542043e8eef (diff) |
Ding dong, __NEWINTR is dead
Diffstat (limited to 'sys/arch/armish/include')
-rw-r--r-- | sys/arch/armish/include/intr.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/armish/include/intr.h b/sys/arch/armish/include/intr.h index 7f3df2dc822..8dde9f16f8f 100644 --- a/sys/arch/armish/include/intr.h +++ b/sys/arch/armish/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.1 2006/05/29 17:13:19 drahn Exp $ */ +/* $OpenBSD: intr.h,v 1.2 2006/05/31 18:01:05 miod Exp $ */ /* $NetBSD: intr.h,v 1.12 2003/06/16 20:00:59 thorpej Exp $ */ /* @@ -72,9 +72,6 @@ #define IST_EDGE_RISING 5 #define IST_EDGE_BOTH 6 - -#define __NEWINTR /* enables new hooks in cpu_fork()/cpu_switch() */ - #ifndef _LOCORE #include <sys/device.h> |