rt: Remove task pinning. Does nothing

This commit is contained in:
Brian Anderson
2012-02-02 15:56:30 -08:00
parent 18de0f2aeb
commit 57cad61353
11 changed files with 9 additions and 82 deletions

View File

@@ -331,9 +331,6 @@ rust_scheduler::create_task(rust_task *spawner, const char *name,
rust_task (this, &newborn_tasks, spawner, name, init_stack_sz);
DLOG(this, task, "created task: " PTR ", spawner: %s, name: %s",
task, spawner ? spawner->name : "null", name);
if(spawner) {
task->pin(spawner->pinned_on);
}
{
scoped_lock with(lock);