Commit 3e4a097b authored by Robert Love's avatar Robert Love Committed by Linus Torvalds

[PATCH] Robert Love likes leather and chains

> Hmm. That patch does not compile. "p->cpu" does not exist, it's
> "p->thread_info->cpu". Tssk.

Ouch, I am bad.  Sorry.

Make the ChangeLog entry something really defamatory.

	Robert Love
parent 01bc15ed
......@@ -1690,7 +1690,7 @@ void set_cpus_allowed(task_t *p, unsigned long new_mask)
* to simply update the task's cpu field.
*/
if (!p->array) {
p->cpu = __ffs(p->cpus_allowed);
p->thread_info->cpu = __ffs(p->cpus_allowed);
task_rq_unlock(rq, &flags);
goto out;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment