.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "INIT_IDLE" "9" "09 October 2005" "" ""
.SH NAME
init_idle \- set up an idle thread for a given CPU
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void __devinit init_idle (task_t * \fIidle\fB, int \fIcpu\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIidle\fB\fR
task in question
.TP
\fB\fIcpu\fB\fR
cpu the idle task belongs to
.SH "NOTE"
.PP
this function does not set the idle thread's NEED_RESCHED
flag, to make booting more robust.