From: Michael Trimarchi <trimarchimichael@domain.hid>
To: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
Cc: adeos-main@gna.org
Subject: Re: [Adeos-main] at91sam9260
Date: Fri, 14 Dec 2007 19:44:12 +0000 (GMT) [thread overview]
Message-ID: <410198.28041.qm@domain.hid> (raw)
[-- Attachment #1: Type: text/plain, Size: 841 bytes --]
Hi,
+#define PICK_SPINUNLOCK_IRQ_RAW(lock) \
+do { \
+ if (TYPE_EQUAL((lock), __ipipe_spinlock_t)) { \
+ __ipipe_spin_lock_irq(&((__ipipe_spinlock_t *)(lock))->__raw_lock); \
+ } else if (TYPE_EQUAL(lock, spinlock_t)) \
+ __raw_spin_unlock(&((spinlock_t *)(lock))->raw_lock); \
+ local_irq_enable(); \
+} while (0)
Who can me explain this in the official adeos-ipipe-2.6.20-arm-1.7-06.patch ?
I don't understand
Regards Michael
___________________________________
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail:
http://it.docs.yahoo.com/nowyoucan.html
[-- Attachment #2: Type: text/html, Size: 2368 bytes --]
next reply other threads:[~2007-12-14 19:44 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-14 19:44 Michael Trimarchi [this message]
2007-12-14 20:15 ` [Adeos-main] at91sam9260 Gilles Chanteperdrix
-- strict thread matches above, loose matches on Subject: below --
2007-12-26 11:10 Michael Trimarchi
2008-02-08 19:21 ` Bosko Radivojevic
2008-02-08 19:36 ` Gilles Chanteperdrix
2008-02-08 19:42 ` Bosko Radivojevic
2008-02-09 11:13 ` Michael Trimarchi
2008-02-09 13:39 ` Gilles Chanteperdrix
2007-12-20 18:44 Michael Trimarchi
2007-12-20 18:54 ` Gilles Chanteperdrix
2007-12-20 19:26 ` Gilles Chanteperdrix
2007-12-26 10:59 ` Gilles Chanteperdrix
2007-12-17 14:51 Michael Trimarchi
2007-12-17 14:20 Michael Trimarchi
2007-12-17 14:42 ` Gilles Chanteperdrix
2007-12-17 21:47 ` Gilles Chanteperdrix
2007-12-17 23:38 ` Gilles Chanteperdrix
2007-12-17 10:23 Michael Trimarchi
2007-12-17 10:26 ` Gilles Chanteperdrix
2007-12-17 14:11 ` Gilles Chanteperdrix
2007-12-15 13:06 Michael Trimarchi
2007-12-15 12:35 Michael Trimarchi
2007-12-13 15:41 Michael Trimarchi
2007-12-13 15:27 Michael Trimarchi
2007-12-13 15:32 ` Gilles Chanteperdrix
2007-12-15 11:59 ` Gilles Chanteperdrix
2007-12-11 18:33 Michael Trimarchi
2007-12-11 18:23 Michael Trimarchi
2007-12-11 18:24 ` Gilles Chanteperdrix
2007-12-11 17:19 Michael Trimarchi
2007-12-11 18:14 ` Gilles Chanteperdrix
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=410198.28041.qm@domain.hid \
--to=trimarchimichael@domain.hid \
--cc=adeos-main@gna.org \
--cc=gilles.chanteperdrix@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.