.\" 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 "REMOVE_VM_AREA" "9" "09 October 2005" "" ""
.SH NAME
remove_vm_area \- find and remove a contingous kernel virtual area
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct vm_struct * remove_vm_area (void * \fIaddr\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIaddr\fB\fR
base address
.SH "DESCRIPTION"
.PP
Search for the kernel VM area starting at \fIaddr\fR, and remove it.
This function returns the found VM area, but using it is NOT safe
on SMP machines, except for its size or flags.
.SH "DESCRIPTION"
.PP
Search for the kernel VM area starting at \fIaddr\fR, and remove it.
This function returns the found VM area, but using it is NOT safe
on SMP machines, except for its size or flags.