All of lore.kernel.org
 help / color / mirror / Atom feed
From: jserv@domain.hid
To: xenomai@xenomai.org
Subject: [Xenomai-core] [SOLO] [PATCH] Missing symbols in pSOS emulation
Date: Fri, 28 Mar 2008 20:06:45 +0800	[thread overview]
Message-ID: <20080328120645.GA31103@domain.hid> (raw)

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;
 


             reply	other threads:[~2008-03-28 12:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-28 12:06 jserv [this message]
2008-03-28 13:43 ` [Xenomai-core] [SOLO] [PATCH] Missing symbols in pSOS emulation Philippe Gerum

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=20080328120645.GA31103@domain.hid \
    --to=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.