From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Kars de Jong <jongk@linux-m68k.org>
Cc: Linux/m68k kernel mailing list <linux-m68k@vger.kernel.org>
Subject: Re: [PATCH] MVME16x: add support for EARLY_PRINTK
Date: Fri, 21 Nov 2008 11:29:22 +0100 (CET) [thread overview]
Message-ID: <Pine.LNX.4.64.0811211129070.26004@anakin> (raw)
In-Reply-To: <1227186532.19809.3.camel@kars.perseus.home>
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 -- geert@linux-m68k.org
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
next prev parent reply other threads:[~2008-11-21 10:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-20 13:08 [PATCH] MVME16x: add support for EARLY_PRINTK Kars de Jong
2008-11-21 10:29 ` Geert Uytterhoeven [this message]
2008-11-21 12:27 ` Kars de Jong
2008-11-25 1:26 ` Roman Zippel
2008-11-25 9:58 ` Kars de Jong
2008-11-25 16:59 ` Roman Zippel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.64.0811211129070.26004@anakin \
--to=geert@linux-m68k.org \
--cc=jongk@linux-m68k.org \
--cc=linux-m68k@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox