• Kai Germaschewski's avatar
    ISDN/HiSax: Remove broken home-made lock primitives · 574466e8
    Kai Germaschewski authored
    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.
    574466e8
nj_u.c 6.65 KB