From: Philippe Gerum <rpm@xenomai.org>
To: Jan Kiszka <jan.kiszka@domain.hid>
Cc: adeos-main@gna.org, xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] Re: [Adeos-main] [PATCH] fix ipipe for !CONFIG_PRINTK
Date: Mon, 02 Jan 2006 19:54:36 +0100 [thread overview]
Message-ID: <43B976EC.2000802@domain.hid> (raw)
In-Reply-To: <43B970CD.4020005@domain.hid>
Jan Kiszka wrote:
> Hi,
>
> this patch lets ipipe compile even if someone is annoyed of all the
> babbling on the kernel console. ;)
Applied in my tree, thanks. This will show up later in the repository
since GNA seems to encounter some space problems with the CVS server.
>
> Jan
>
>
> ------------------------------------------------------------------------
>
> --- linux-2.6.14.3/kernel/ipipe/core.c.orig 2005-12-17 14:08:23.000000000 +0100
> +++ linux-2.6.14.3/kernel/ipipe/core.c 2006-01-01 18:58:18.000000000 +0100
> @@ -43,7 +43,9 @@
>
> unsigned long __ipipe_virtual_irq_map = 0;
>
> +#ifdef CONFIG_PRINTK
> unsigned __ipipe_printk_virq;
> +#endif /* CONFIG_PRINTK */
>
> int __ipipe_event_monitors[IPIPE_NR_EVENTS];
>
> @@ -76,10 +78,12 @@
>
> __ipipe_init_platform();
>
> +#ifdef CONFIG_PRINTK
> __ipipe_printk_virq = ipipe_alloc_virq(); /* Cannot fail here. */
> ipd->irqs[__ipipe_printk_virq].handler = &__ipipe_flush_printk;
> ipd->irqs[__ipipe_printk_virq].acknowledge = NULL;
> ipd->irqs[__ipipe_printk_virq].control = IPIPE_HANDLE_MASK;
> +#endif /* CONFIG_PRINTK */
>
> __ipipe_enable_pipeline();
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Adeos-main mailing list
> Adeos-main@domain.hid
> https://mail.gna.org/listinfo/adeos-main
--
Philippe.
prev parent reply other threads:[~2006-01-02 18:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-02 18:28 [Xenomai-core] [PATCH] fix ipipe for !CONFIG_PRINTK Jan Kiszka
2006-01-02 18:54 ` Philippe Gerum [this message]
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=43B976EC.2000802@domain.hid \
--to=rpm@xenomai.org \
--cc=adeos-main@gna.org \
--cc=jan.kiszka@domain.hid \
--cc=xenomai@xenomai.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.