.\" 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 "PER_CPU_NODE_SETUP" "9" "09 October 2005" "" ""
.SH NAME
per_cpu_node_setup \- setup per-cpu areas on each node
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void * per_cpu_node_setup (void * \fIcpu_data\fB, int \fInode\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcpu_data\fB\fR
per-cpu area on this node
.TP
\fB\fInode\fB\fR
node to setup
.SH "DESCRIPTION"
.PP
Copy the static per-cpu data into the region we just set aside and then
setup __per_cpu_offset for each CPU on this node. Return a pointer to
the end of the area.