summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/cpu.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-07-13 15:06:13 +0000
committerimp <imp@FreeBSD.org>2010-07-13 15:06:13 +0000
commit31963c9545c4807c8b7548aafb6295b827173934 (patch)
tree7a7e7b328ada943beefccd4dbdfb8e4e5caf1c4a /sys/amd64/include/cpu.h
parente63a4f9a95e887231e36c6b8f22908987d9d0232 (diff)
downloadFreeBSD-src-31963c9545c4807c8b7548aafb6295b827173934.zip
FreeBSD-src-31963c9545c4807c8b7548aafb6295b827173934.tar.gz
Remove obsolete undef of COPY_SIGCODE. It appears to have not been
used in FreeBSD in quite some time (maybe since before 4.4-lite :) Submitted by: bde
Diffstat (limited to 'sys/amd64/include/cpu.h')
-rw-r--r--sys/amd64/include/cpu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h
index d7a3203..1c2871f 100644
--- a/sys/amd64/include/cpu.h
+++ b/sys/amd64/include/cpu.h
@@ -43,12 +43,6 @@
#include <machine/frame.h>
#include <machine/segments.h>
-/*
- * definitions of cpu-dependent requirements
- * referenced in generic code
- */
-#undef COPY_SIGCODE /* don't copy sigcode above user stack in exec */
-
#define cpu_exec(p) /* nothing */
#define cpu_swapin(p) /* nothing */
#define cpu_getstack(td) ((td)->td_frame->tf_rsp)
OpenPOWER on IntegriCloud