All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Gerum <rpm@xenomai.org>
To: jserv@domain.hid
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-core] [SOLO] [PATCH] Missing symbols in pSOS emulation
Date: Fri, 28 Mar 2008 14:43:29 +0100	[thread overview]
Message-ID: <47ECF601.90107@domain.hid> (raw)
In-Reply-To: <20080328120645.GA31103@domain.hid>

jserv@domain.hid wrote:
> Hello list,
> 
> This patch fixes build errors of Xenomai/SOLO pSOS emulation due to
> missing symbols.
> 
> Regards,
> -jserv
> 
> diff --git a/psos/pt.c b/psos/pt.c
> index 4e42a76..69d41dd 100644
> --- a/psos/pt.c
> +++ b/psos/pt.c
> @@ -44,6 +44,8 @@ pt->bitmap[((n) / (sizeof(u_long) * 8))]
>  #define pt_bitmap_tstbit(pt,n) \
>  (pt_bitmap_pos(pt,n) & pt_block_pos(n))
> 
> +struct hash_table psos_pt_table;
> +
>  static struct psos_pt *get_pt_from_id(u_long ptid, int *err_r)
>  {
>         struct psos_pt *pt = (struct psos_pt *)ptid;
> diff --git a/psos/rn.c b/psos/rn.c
> index efe9e27..62529c2 100644
> --- a/psos/rn.c
> +++ b/psos/rn.c
> @@ -29,6 +29,8 @@
> 
>  #define rn_magic       0x8181efef
> 
> +struct hash_table psos_rn_table;
> +
>  static struct psos_rn *get_rn_from_id(u_long rnid, int *err_r)
>  {
>         struct psos_rn *rn = (struct psos_rn *)rn;
>  

Merged, thanks.

-- 
Philippe.


      reply	other threads:[~2008-03-28 13:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-28 12:06 [Xenomai-core] [SOLO] [PATCH] Missing symbols in pSOS emulation jserv
2008-03-28 13:43 ` 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=47ECF601.90107@domain.hid \
    --to=rpm@xenomai.org \
    --cc=jserv@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.