mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
[MIPS] Fix and cleanup the mess that a dozen prom_printf variants are.
early_printk is a so much saner thing. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
ca471c8604
commit
36a885306f
42 changed files with 255 additions and 428 deletions
|
@ -525,6 +525,14 @@ void __init setup_arch(char **cmdline_p)
|
|||
{
|
||||
cpu_probe();
|
||||
prom_init();
|
||||
|
||||
#ifdef CONFIG_EARLY_PRINTK
|
||||
{
|
||||
extern void setup_early_printk(void);
|
||||
|
||||
setup_early_printk();
|
||||
}
|
||||
#endif
|
||||
cpu_report();
|
||||
|
||||
#if defined(CONFIG_VT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue