.\" 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 "COUNT_NODE_PAGES" "9" "09 October 2005" "" ""
.SH NAME
count_node_pages \- callback to build per-node memory info structures
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
__init int count_node_pages (unsigned long \fIstart\fB, unsigned long \fIlen\fB, int \fInode\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIstart\fB\fR
physical start of range
.TP
\fB\fIlen\fB\fR
length of range
.TP
\fB\fInode\fB\fR
node where this range resides
.SH "DESCRIPTION"
.PP
Each node has it's own number of physical pages, DMAable pages, start, and
end page frame number. This routine will be called by \fBcall_pernode_memory\fR
for each piece of usable memory and will setup these values for each node.
Very similar to \fBbuild_maps\fR\&.