diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-11-01 22:13:28 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-11-01 22:13:28 +0000 |
commit | eb7a2e2ec1ad03bf0883bbaeab12121588c283ef (patch) | |
tree | 8790554ad06760bea6fc1153fbca517bdcc1b011 /sys/arch | |
parent | 5833960260246fb6bc4bb468861f51ea27c6c86b (diff) |
Remove bogus #define __HAVE_GENERIC_SOFT_INTERRUPTS. No code change.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/amd64/vector.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/amd64/amd64/vector.S b/sys/arch/amd64/amd64/vector.S index 0e140e93df5..025718b86c9 100644 --- a/sys/arch/amd64/amd64/vector.S +++ b/sys/arch/amd64/amd64/vector.S @@ -1,4 +1,4 @@ -/* $OpenBSD: vector.S,v 1.23 2009/07/10 13:51:47 jsg Exp $ */ +/* $OpenBSD: vector.S,v 1.24 2009/11/01 22:13:27 kettenis Exp $ */ /* $NetBSD: vector.S,v 1.5 2004/06/28 09:13:11 fvdl Exp $ */ /* @@ -239,9 +239,6 @@ calltrap: #endif /* DIAGNOSTIC */ -#define __HAVE_GENERIC_SOFT_INTERRUPTS /* XXX */ - - /* * Macros for interrupt entry, call to handler, and exit. * |