From: "K.R. Foley" <kr@cybsft.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: Frank Rowand <frowand@mvista.com>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/5] ppc RT: Realtime preempt support for PPC
Date: Wed, 16 Mar 2005 09:30:49 -0600 [thread overview]
Message-ID: <42385129.90408@cybsft.com> (raw)
In-Reply-To: <20050316100914.GA16012@elte.hu>
[-- Attachment #1: Type: text/plain, Size: 896 bytes --]
Ingo Molnar wrote:
> hi Frank - sorry about the late reply, was busy with other things. Your
> ppc patches look mostly mergeable, with some small details still open:
>
> * Frank Rowand <frowand@mvista.com> wrote:
>
>
>>The patches are:
>>
>> 1/5 ppc_rt.patch - the core realtime functionality for PPC
>
>
> what is the rationale behind the rt_lock.h changes? The #ifdef
> CONFIG_PPC32 changes in generic code are not really acceptable, the -RT
> tree tries to keep a single spinlock definition and debugging
> primitives, across all architectures.
>
> to drive things forward, i've applied the first 3 patches (except the
> rt_lock.h chunk from the first patch), and released it as part of the
> 40-03 patch:
>
> http://redhat.com/~mingo/realtime-preempt/
>
Is no one else having trouble compiling this one? The attached one liner
reverses a one line in the above patch.
kr
[-- Attachment #2: jbdfix.patch --]
[-- Type: text/x-patch, Size: 366 bytes --]
--- linux-2.6.11/include/linux/jbd.h.orig 2005-03-16 09:18:51.000000000 -0600
+++ linux-2.6.11/include/linux/jbd.h 2005-03-16 09:19:24.000000000 -0600
@@ -65,6 +65,7 @@ extern int journal_enable_debug;
} \
} while (0)
#else
+#define jbd_debug(f, a...) /**/
#endif
extern void * __jbd_kmalloc (const char *where, size_t size, int flags, int retry);
next prev parent reply other threads:[~2005-03-16 15:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-07 21:48 [PATCH 0/5] ppc RT: Realtime preempt support for PPC Frank Rowand
2005-03-16 10:09 ` Ingo Molnar
2005-03-16 15:30 ` K.R. Foley [this message]
2005-03-17 8:38 ` Ingo Molnar
2005-03-22 0:38 ` Frank Rowand
2005-03-31 1:36 ` Frank Rowand
2005-03-31 9:16 ` Ingo Molnar
2005-04-01 23:55 ` Frank Rowand
2005-04-05 5:39 ` Ingo Molnar
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=42385129.90408@cybsft.com \
--to=kr@cybsft.com \
--cc=frowand@mvista.com \
--cc=linux-kernel@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox