sched: add init_idle_bootup_task()
authorIngo Molnar <mingo@elte.hu>
Mon, 9 Jul 2007 16:51:58 +0000 (18:51 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 9 Jul 2007 16:51:58 +0000 (18:51 +0200)
commit1df21055e34b6a68d62cf0c524b9e52deebd7ead
treeb3611a364b289340d6b5016eba9f53a37b6b1de2
parent4da1ce6d9c7e2a6d9236bf4dcfd33cf506082794
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>
include/linux/sched.h
init/main.c
kernel/sched.c