On Wed, 2008-07-02 at 16:52 +0200, Jean Collas wrote: > Hi everybody, > As I had troubles with majordomo, I am not sure my previous mail had > been sent, otherwise sorry for the inconvenience. > > I was wondering if someone has already tried to apply the rt-linux > patch on a RB532. > > I work with OpenWRT to add the RB532 on MIPS machines. I am trying add > this rt-patch, but I have an issue with a non-existing extern function > introduced by the rt-patch (__bad_rwlock_type). > Can anybody help ? That function isn't suppose to exist. It's there to cause the build to stop when a locking API is used with an unknown lock type. So in your case you must be trying to do rwlock operations on something that isn't an rwlock, or a raw_rwlock .. Daniel -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html