summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2009-11-01 22:13:27 +0000
committerkettenis <kettenis@openbsd.org>2009-11-01 22:13:27 +0000
commiteb4a4af3ca08603329dde20f62d6e7e70b3ad9ca (patch)
tree166d4de209c5f8af0b8fc87dc693c1f75f43b5d4
parentadd new mirror (diff)
downloadwireguard-openbsd-eb4a4af3ca08603329dde20f62d6e7e70b3ad9ca.tar.xz
wireguard-openbsd-eb4a4af3ca08603329dde20f62d6e7e70b3ad9ca.zip
Remove bogus #define __HAVE_GENERIC_SOFT_INTERRUPTS. No code change.
-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.
*