.\" 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 "FREE_NODE_BOOTMEM" "" "06 October 2005" "" "" .SH NAME free_node_bootmem \- free bootmem allocator memory for use .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int __init free_node_bootmem (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 Simply calls the bootmem allocator to free the specified ranged from the given pg_data_t's bdata struct. After this function has been called for all the entries in the EFI memory map, the bootmem allocator will be ready to service allocation requests.