Re: realtime-preempt + reiser4?

From: Vladimir V. Saveliev
Date: Wed Jul 13 2005 - 11:28:35 EST


Hello

Steven Rostedt wrote:
On Tue, 2005-07-12 at 19:37 -0400, Keenan Pepper wrote:


I naively changed these two calls from

init_MUTEX_LOCKED(&name);

to

init_MUTEX(&name);
down(&name);

but I'm not sure if that's right. I guess I'll see when I try to boot it!


No, since it probably wont be "uped" by the same process. So what you
want to do is change the definition of name from semaphore to
compat_semaphore, and keep it as init_MUTEX_LOCKED. And please send
patches to Ingo (I've included him on CC). Also include Ingo on all RT
related issues, since he is the one maintaining the patch.


ftp://ftp.namesys.com/pub/reiser4-for-2.6/2.6.12/reiser4-for-2.6.12-realtime-preempt-2.6.12-final-V0.7.51-29.patch.gz
It applies to 2.6.12 + http://people.redhat.com/mingo/realtime-preempt/older/realtime-preempt-2.6.12-final-V0.7.51-29
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/