summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-07-25 22:36:48 +0000
committermarcel <marcel@FreeBSD.org>2003-07-25 22:36:48 +0000
commit3c92e21eeb938c38b87965deb5e22241b9b268de (patch)
tree7b862067691b321a3e716c4e6b4190d6548896de /sys/ia64/include
parent90dbdc0a7e3841c1ba9d25c597611f08c6384c20 (diff)
downloadFreeBSD-src-3c92e21eeb938c38b87965deb5e22241b9b268de.zip
FreeBSD-src-3c92e21eeb938c38b87965deb5e22241b9b268de.tar.gz
Revert previous commit. We don't use setjmp()/longjmp() for context
switching anymore, so there's no need to save and restore GP. This change breaks threaded applications linked against libc_r. Pull the tier 2 card again: relink. This will link against libthr instead.
Diffstat (limited to 'sys/ia64/include')
-rw-r--r--sys/ia64/include/setjmp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ia64/include/setjmp.h b/sys/ia64/include/setjmp.h
index 6f4fab9..d7ca9f6 100644
--- a/sys/ia64/include/setjmp.h
+++ b/sys/ia64/include/setjmp.h
@@ -88,11 +88,10 @@
#define J_B5 0x1d0
#define J_SIGMASK 0x1d8
#define J_SIGSET 0x1e0
-#define J_GP 0x1f0
#endif /* __BSD_VISIBLE */
/*
- * We have 8 bytes left for future use, but it's a nice round,
+ * We only have 16 bytes left for future use, but it's a nice round,
* but above all large number. Size is in bytes.
*/
#define _JMPBUFSZ 0x200
OpenPOWER on IntegriCloud