diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-12-18 18:50:02 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-12-18 18:50:02 +0000 |
| commit | acec0a5867a146bf899700a771c0279b5b4a276a (patch) | |
| tree | 587e2ef052fbd8719625e1f044f1610d3f160d88 /sys/alpha/linux | |
| parent | 45449f843225b24948651fb7d6154db0f8ef6439 (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux')
| -rw-r--r-- | sys/alpha/linux/linux_machdep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/alpha/linux/linux_machdep.c b/sys/alpha/linux/linux_machdep.c index 68f3663da17c..3a6e840b18ca 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; |
