summaryrefslogtreecommitdiffstats
path: root/sys/amd64/ia32
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-05-24 11:28:11 +0000
committerbde <bde@FreeBSD.org>2004-05-24 11:28:11 +0000
commitf15855a4570dc101a884aad06d8f6f33295c68aa (patch)
tree21debf76d8ad69dd78b7b2111bee695e5ca5a1d8 /sys/amd64/ia32
parentf08220568240f8ce776b7022cb11fb50827a54ff (diff)
downloadFreeBSD-src-f15855a4570dc101a884aad06d8f6f33295c68aa.zip
FreeBSD-src-f15855a4570dc101a884aad06d8f6f33295c68aa.tar.gz
Don't repeat the definition of IDTVEC(). It is in asmacros.h.
Diffstat (limited to 'sys/amd64/ia32')
-rw-r--r--sys/amd64/ia32/ia32_exception.S3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/ia32/ia32_exception.S b/sys/amd64/ia32/ia32_exception.S
index 052678a..c65634e 100644
--- a/sys/amd64/ia32/ia32_exception.S
+++ b/sys/amd64/ia32/ia32_exception.S
@@ -30,9 +30,6 @@
#include "assym.s"
-#define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \
- .type __CONCAT(X,name),@function; __CONCAT(X,name):
-
.text
/*
* Call gate entry for FreeBSD ELF and Linux/NetBSD syscall (int 0x80)
OpenPOWER on IntegriCloud