• Rusty Russell's avatar
    [PATCH] Hotplug CPU prep · 27568369
    Rusty Russell authored
    This changes do_fork() to return the task struct, rather than the PID.
    
    Also changes CLONE_PID ("if my pid is 0, copy it") to CLONE_IDLETASK
    ("set child's pid to zero"), and disallows access to the flag from user
    mode.
    27568369
process.c 9.24 KB