Re: getting processor numbers
From: Ingo Molnar
Date: Wed Apr 04 2007 - 05:40:32 EST
* Oleg Nesterov <oleg@xxxxxxxxxx> wrote:
> But we don't need tasklist_lock at all, we can use
> rcu_read_lock/unlock. Q: don't we need task_rq_lock() to read
> ->cpus_allowed "atomically" ?
right now ->cpus_allowed is protected by tasklist_lock. We cannot do RCU
here because ->cpus_allowed modifications are not RCUified.
Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/