summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-08-22 23:19:02 +0000
committerpeter <peter@FreeBSD.org>2003-08-22 23:19:02 +0000
commitaecc3981a1169fa3676a286b94b650a46ddfa3c5 (patch)
tree1617ebd9e194aad856bf4d2bcd011ca61227006c /sys/amd64
parente2c08ea16beeb14a7176c4f900824e65a97a90db (diff)
downloadFreeBSD-src-aecc3981a1169fa3676a286b94b650a46ddfa3c5.zip
FreeBSD-src-aecc3981a1169fa3676a286b94b650a46ddfa3c5.tar.gz
Initial sweep at dividing up the generic 32bit-on-64bit kernel support
from the ia32 specific stuff. Some of this still needs to move to the MI freebsd32 area, and some needs to move to the MD area. This is still work-in-progress.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/ia32/ia32_sigtramp.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/ia32/ia32_sigtramp.S b/sys/amd64/ia32/ia32_sigtramp.S
index 2e9f73d..0387cb7 100644
--- a/sys/amd64/ia32/ia32_sigtramp.S
+++ b/sys/amd64/ia32/ia32_sigtramp.S
@@ -37,6 +37,7 @@
.code32
/*
* Signal trampoline, copied to top of user stack
+ * XXX may need to be MD to match backend sendsig handoff protocol
*/
ALIGN_TEXT
.globl ia32_sigcode
OpenPOWER on IntegriCloud