summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2009-11-01 22:13:28 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2009-11-01 22:13:28 +0000
commiteb7a2e2ec1ad03bf0883bbaeab12121588c283ef (patch)
tree8790554ad06760bea6fc1153fbca517bdcc1b011 /sys/arch
parent5833960260246fb6bc4bb468861f51ea27c6c86b (diff)
Remove bogus #define __HAVE_GENERIC_SOFT_INTERRUPTS. No code change.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/amd64/vector.S5
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.
*