From: Jan Altenberg <tb10alj@tglx.de>
To: Michal Piotrowski <michal.k.k.piotrowski@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>, LKML <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.15-rt20 compilation errors
Date: Wed, 08 Mar 2006 09:18:34 +0100 [thread overview]
Message-ID: <440E935A.70103@tglx.de> (raw)
In-Reply-To: <6bffcb0e0603070919k64e325f6h@mail.gmail.com>
Hi,
> I have noticed that -rt19 and -rt20 doesn't compile on my system.
I just had a quick glance at kernel/rt-debug.h
For example debug_rt_lockmode_spin_trylock is defined as followed:
# define debug_rt_lockmode_spin_trylock(_lock) \
_raw_spin_trylock((_lock)->debug_slock)
But _raw_spin_trylock expects a pointer to a raw_spinlock_t. So
shouldn't it be
# define debug_rt_lockmode_spin_trylock(_lock) \
_raw_spin_trylock(&(_lock)->debug_slock)
??
Same for debug_rt_lockmode_spin_unlock and debug_rt_lockmode_spin_trylock.
Regards
JAN
next prev parent reply other threads:[~2006-03-08 8:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-07 17:19 2.6.15-rt20 compilation errors Michal Piotrowski
2006-03-08 8:18 ` Jan Altenberg [this message]
2006-03-08 9:10 ` [PATCH] " Jan Altenberg
2006-03-08 17:40 ` Michal Piotrowski
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=440E935A.70103@tglx.de \
--to=tb10alj@tglx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=michal.k.k.piotrowski@gmail.com \
--cc=mingo@elte.hu \
/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.