Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32953
b: refs/heads/master
c: b50f60c
h: refs/heads/master
i:
  32951: cf36784
v: v3
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed Jul 31, 2006
1 parent 01f89f9 commit cbc5238
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a04b61d3dc68857dcc81a5761268c96056742fb2
refs/heads/master: b50f60ceeef2e38e529737c0260d9543939915ad
5 changes: 5 additions & 0 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -6766,6 +6766,11 @@ void __init sched_init(void)
}

set_load_weight(&init_task);

#ifdef CONFIG_RT_MUTEXES
plist_head_init(&init_task.pi_waiters, &init_task.pi_lock);
#endif

/*
* The boot idle thread does lazy MMU switching as well:
*/
Expand Down

0 comments on commit cbc5238

Please sign in to comment.