.\" 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_PERCPU" "9" "09 October 2005" "" ""
.SH NAME
free_percpu \- free previously allocated percpu memory
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void free_percpu (const void * \fIobjp\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIobjp\fB\fR
pointer returned by alloc_percpu.
.SH "DESCRIPTION"
.PP
Don't free memory not originally allocated by \fBalloc_percpu\fR
The complemented objp is to check for that.