sched_setaffinity(): respect process cpu_set
This commit is contained in:
@@ -520,6 +520,7 @@ struct process {
|
||||
unsigned long saved_auxv[AUXV_LEN];
|
||||
char *saved_cmdline;
|
||||
long saved_cmdline_len;
|
||||
cpu_set_t cpu_set;
|
||||
|
||||
/* Store ptrace flags.
|
||||
* The lower 8 bits are PTRACE_O_xxx of the PTRACE_SETOPTIONS request.
|
||||
|
||||
Reference in New Issue
Block a user