-
Linux 2.6.39 – Kernel module patch
Patch to build BlackMagic’s DesktopVideo-8.0.1rc4 kernel modules against kernel version 2.6.39.
(This was the only place that looked even remotely appropriate to place it…)
--- DesktopVideo-8.0.1rc4-old/blackmagic_lib.c 2010-11-22 21:53:00.000000000 -0600
+++ DesktopVideo-8.0.1rc4/blackmagic_lib.c 2011-05-31 18:28:45.543363117 -0500
@@ -61,7 +61,7 @@static struct kmem_cache *__dl_wait_queue_cache = NULL;
static LIST_HEAD(__dl_wait_queue_list);
-static spinlock_t __dl_wait_queue_list_lock = SPIN_LOCK_UNLOCKED;
+static DEFINE_SPINLOCK(__dl_wait_queue_list_lock);struct dl_wait_queue_head_t
{
Sorry, there were no replies found.