.\" 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 "RELEASE_CONSOLE_SEM" "" "06 October 2005" "" ""
.SH NAME
release_console_sem \- unlock the console system
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void release_console_sem ( \fIvoid\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIvoid\fB\fR
no arguments
.SH "DESCRIPTION"
.PP
.PP
Releases the semaphore which the caller holds on the console system
and the console driver list.
.PP
While the semaphore was held, console output may have been buffered
by \fBprintk\fR\&. If this is the case, \fBrelease_console_sem\fR emits
the output prior to releasing the semaphore.
.PP
If there is output waiting for klogd, we wake it up.
.PP
\fBrelease_console_sem\fR may be called from any context.