/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (c) 2014 Finn Thain
*/
staticint __init unregister_early_console(void)
{ /* * debug_cons_nputs() defined in arch/m68k/kernel/head.S cannot be * called after init sections are discarded (for platforms that use it).
*/ if (early_console && early_console->write == debug_cons_nputs) return unregister_console(early_console);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.