1. 29 Oct, 2002 1 commit
    • Kai Germaschewski's avatar
      ISDN: Fix up the introduced spinlocks · 8f702872
      Kai Germaschewski authored
      The reset routines are not called concurrently with other call paths,
      and holding a spinlock over schedule_timeout() is plain wrong anyway.
      
      Unfortunately, there's still quite a lot of cli() etc left, which however
      are not so easy to kill since they protect IRQ handlers against filling
      the tx queue, but don't even live in the same file.
      8f702872
  2. 28 Oct, 2002 39 commits