All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] [SOLO] [PATCH] Missing symbols in pSOS emulation
@ 2008-03-28 12:06 jserv
  2008-03-28 13:43 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: jserv @ 2008-03-28 12:06 UTC (permalink / raw)
  To: xenomai

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;
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Xenomai-core] [SOLO] [PATCH] Missing symbols in pSOS emulation
  2008-03-28 12:06 [Xenomai-core] [SOLO] [PATCH] Missing symbols in pSOS emulation jserv
@ 2008-03-28 13:43 ` Philippe Gerum
  0 siblings, 0 replies; 2+ messages in thread
From: Philippe Gerum @ 2008-03-28 13:43 UTC (permalink / raw)
  To: jserv; +Cc: xenomai

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-28 13:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-28 12:06 [Xenomai-core] [SOLO] [PATCH] Missing symbols in pSOS emulation jserv
2008-03-28 13:43 ` Philippe Gerum

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.