summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-12-18 18:50:02 +0000
committerjhb <jhb@FreeBSD.org>2001-12-18 18:50:02 +0000
commit0e1740ba177affc90721c4f609ce93bfbb965c15 (patch)
tree587e2ef052fbd8719625e1f044f1610d3f160d88 /sys/alpha
parentab719f34773a84b5d0bafe48c04b6ea1ecc5f34d (diff)
downloadFreeBSD-src-0e1740ba177affc90721c4f609ce93bfbb965c15.zip
FreeBSD-src-0e1740ba177affc90721c4f609ce93bfbb965c15.tar.gz
Merge part of revision 1.18 of sys/i386/linux/linux_machdep.c: don't use
RFTHREAD in linux_clone().
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/linux/linux_machdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/alpha/linux/linux_machdep.c b/sys/alpha/linux/linux_machdep.c
index 68f3663..3a6e840 100644
--- a/sys/alpha/linux/linux_machdep.c
+++ b/sys/alpha/linux/linux_machdep.c
@@ -149,8 +149,6 @@ linux_clone(struct thread *td, struct linux_clone_args *args)
/* if (exit_signal <= LINUX_SIGTBLSZ)
exit_signal = linux_to_bsd_signal[_SIG_IDX(exit_signal)];
*/
- /* RFTHREAD probably not necessary here, but it shouldn't hurt */
- ff |= RFTHREAD;
if (args->flags & CLONE_VM)
ff |= RFMEM;
OpenPOWER on IntegriCloud