> "unresolved symbol __constant_test_bit > unresolved symbol __test_bit" > > >NOTE : I've included <asm/bitops.h> which has these two functions.
If you've got unresolved symbols then the inline functions aren't actually being inlined. Are you giving gcc the -O option? Matt ---------------------------------------------------------------------- The contents of this communication are confidential to the normal user of the email address to which it was sent. If you have received this email in error, any use, dissemination, forwarding, printing or copying of this email is strictly prohibited. If this is the case, please notify the sender and delete this message. ----------------------------------------------------------------------

