.\" 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 "EARLY_NR_CPUS_NODE" "" "06 October 2005" "" ""
.SH NAME
early_nr_cpus_node \- return number of cpus on a given node
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int early_nr_cpus_node (int \fInode\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fInode\fB\fR
node to check
.SH "DESCRIPTION"
.PP
Count the number of cpus on \fInode\fR\&. We can't use \fBnr_cpus_node\fR yet because
\fBacpi_boot_init\fR (which builds the node_to_cpu_mask array) hasn't been
called yet.