On Thu, 20 Nov 2008, Kars de Jong wrote:
> +void __init mvme16x_early_console(void)

static?

> +{
> +     register_console(&cons_info);
> +
> +     printk(KERN_INFO "MVME16x: early console registered\n");
> +}
> +#endif
>  
>  void __init config_mvme16x(void)
>  {
> @@ -184,6 +341,9 @@ void __init config_mvme16x(void)
>       pcc2chip[PccSCCMICR] = 0x10;
>       pcc2chip[PccSCCTICR] = 0x10;
>       pcc2chip[PccSCCRICR] = 0x10;
> +#ifdef CONFIG_EARLY_PRINTK
> +     mvme16x_early_console();
> +#endif

Gr{oetje,eeting}s,

                                                Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [EMAIL PROTECTED]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                                            -- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to