.\" 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 "SN_SAL_SERIAL_CONSOLE_INIT" "9" "09 October 2005" "" "" .SH NAME sn_sal_serial_console_init \- Early console output - set up for register .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int __init sn_sal_serial_console_init ( \fIvoid\fB); \fR .SH "ARGUMENTS" .TP \fB\fIvoid\fB\fR no arguments .SH "DESCRIPTION" .PP .PP This function is called when regular console init happens. Because we support even earlier console output with sn_serial_console_early_setup (called from setup.c directly), this function unregisters the really early console. .SH "NOTE" .PP Even if setup.c doesn't register sal_console_early, unregistering it here doesn't hurt anything.