mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-04 11:00:22 +01:00
drm: remove second spinlock init for tasklet lock
This commit is contained in:
parent
2bb9de96d5
commit
39795501a8
1 changed files with 0 additions and 1 deletions
|
|
@ -118,7 +118,6 @@ static int drm_irq_install(drm_device_t * dev)
|
|||
init_waitqueue_head(&dev->vbl_queue);
|
||||
|
||||
spin_lock_init(&dev->vbl_lock);
|
||||
spin_lock_init(&dev->tasklet_lock);
|
||||
|
||||
INIT_LIST_HEAD(&dev->vbl_sigs.head);
|
||||
INIT_LIST_HEAD(&dev->vbl_sigs2.head);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue