fix more spin lock

This commit is contained in:
NIIBE Yutaka
2015-09-08 17:14:43 +09:00
parent ee3c5d4e6f
commit 1b25cc5dcb
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
the condition inside.
(chx_timer_expired, chx_handle_intr): Call unconditionally.
(intr_lock): New variable.
(chx_handle_intr, chopstx_claim_irq, chopstx_release_irq)
(chopstx_release_irq_thread): Add spin lock with intr_lock.
* chopstx.h (chx_intr): Remove member LOCK.