.\" 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 "INITIALIZE_PERNODE_DATA" "9" "09 October 2005" "" ""
.SH NAME
initialize_pernode_data \- fixup per-cpu & per-node pointers
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void __init initialize_pernode_data ( \fIvoid\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIvoid\fB\fR
no arguments
.SH "DESCRIPTION"
.PP
.PP
Each node's per-node area has a copy of the global pg_data_t list, so
we copy that to each node here, as well as setting the per-cpu pointer
to the local node data structure. The active_cpus field of the per-node
structure gets setup by the \fBplatform_cpu_init\fR function later.