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. Thanks, -- Steve - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/