.\" 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 "DRM_FREE_PAGES" "9" "09 October 2005" "" "" .SH NAME drm_free_pages \- .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void drm_free_pages (unsigned long \fIaddress\fB, int \fIorder\fB, int \fIarea\fB); \fR .SH "ARGUMENTS" .TP \fB\fIaddress\fB\fR -- undescribed -- .TP \fB\fIorder\fB\fR -- undescribed -- .TP \fB\fIarea\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP .PP \\param address address of the pages to free. \\param order size order. \\param area memory area. (Not used.) .PP Unreserve and free pages allocated by \fBalloc_pages\fR\&.