ISDN/HiSax: Remove broken home-made lock primitives
The HFC subdrivers chose to use atomic ops to re-implement sth like broken spinlocks. That's now gone. Basically all races should be taken care of by the fact that we take cs->lock before going down to the hardware, this locks protects from concurrent accesses from IRQ context. Well, some rare paths (setting mode etc) don't take the lock yet, so it's not quite done yet.
Showing
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment