"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "b24fef8d97de79552294c2004ee1a87e2c5a26d8"
drm/nouveau/nouveau: Do not BUG_ON(!spin_is_locked()) on UP
On !SMP systems spinlocks do not exist. Thus checking of they are active will always fail. Use assert_spin_locked(lock); instead of BUG_ON(!spin_is_locked(lock)); to not BUG() on all UP systems. Signed-off-by:Bruno Prémont <bonbons@linux-vserver.org> Signed-off-by:
Ben Skeggs <bskeggs@redhat.com>
Loading
Please register or sign in to comment