Name
vunmap —
release virtual mapping obtained by vmap
Synopsis
void vunmap ( | const void * addr) ; |
Description
Free the virtually contiguous memory area starting at addr
,
which was created from the page array passed to vmap
.
Must not be called in interrupt context.