PDA

View Full Version : Irqf_disabled | Irqf_shared


another_cs_guy
2007-05-18, 11:41 AM CDT
Good Day,

I am working on moving a driver to the PREEMPTIVE kernel. SA_INTERRUPT and SA_SHIRQ were replaced with IRQF_DISABLED and IRQF_SHARED, respectivley.

Unkown symbol in module or unknown parameter. (see dmesg)

dmesg:

I load the module and get an error __bad_rwlock_type.

I have read that it has something to do with the lock_stat.h

Any informative sources on fixing this would be appreciated.

Matthew

P.S. I apologize if this has been discussed previously but I am unable to find anything using the search feature.