• Ingo Molnar's avatar
    [PATCH] clone-cleanup 2.5.32-BK · 1f9d6582
    Ingo Molnar authored
    This moves CLONE_SETTID and CLONE_CLEARTID handling into kernel/fork.c,
    where it belongs.  [the CLONE_SETTLS is x86-specific and thus remains in
    the per-arch process.c] This makes support for these two new flags much
    easier: architectures only have to pass in the user_tid pointer.
    1f9d6582
process.c 25.3 KB