.\" 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 "SMP_STARTUP_CPU" "9" "09 October 2005" "" "" .SH NAME smp_startup_cpu \- start the given cpu .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int __devinit smp_startup_cpu (unsigned int \fIlcpu\fB); \fR .SH "ARGUMENTS" .TP \fB\fIlcpu\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP .PP At boot time, there is nothing to do for primary threads which were started from Open Firmware. For anything else, call RTAS with the appropriate start location. .SH "RETURNS" .PP 0 - failure 1 - success