mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
sched: add init_idle_bootup_task()
add the init_idle_bootup_task() callback to the bootup thread, unused at the moment. (CFS will use it to switch the scheduling class of the boot thread to the idle class) Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
4da1ce6d9c
commit
1df21055e3
3 changed files with 9 additions and 2 deletions
|
@ -5018,6 +5018,11 @@ void show_state_filter(unsigned long state_filter)
|
|||
debug_show_all_locks();
|
||||
}
|
||||
|
||||
void __cpuinit init_idle_bootup_task(struct task_struct *idle)
|
||||
{
|
||||
/* nothing yet */
|
||||
}
|
||||
|
||||
/**
|
||||
* init_idle - set up an idle thread for a given CPU
|
||||
* @idle: task in question
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue