|
@@ -636,6 +636,7 @@ struct console xenboot_console = {
|
|
.name = "xenboot",
|
|
.name = "xenboot",
|
|
.write = xenboot_write_console,
|
|
.write = xenboot_write_console,
|
|
.flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME,
|
|
.flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME,
|
|
|
|
+ .index = -1,
|
|
};
|
|
};
|
|
#endif /* CONFIG_EARLY_PRINTK */
|
|
#endif /* CONFIG_EARLY_PRINTK */
|
|
|
|
|