← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 413296] Re: Nvidia binary driver won't build with 2.6.31-rt kernel

 

seems to be a one line change to MUTEX_init to semaphore_init in nv-linux.c
-#define NV_INIT_MUTEX(mutex) init_MUTEX(mutex)
+#define NV_INIT_MUTEX(mutex) semaphore_init(mutex)
builds and works fine here with that on 2.6.31-3-rt


** Attachment added: "mutex_semaphore_nvidia.patch"
   http://launchpadlibrarian.net/30899432/mutex_semaphore_nvidia.patch

-- 
Nvidia binary driver won't build with 2.6.31-rt kernel
https://bugs.launchpad.net/bugs/413296
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.



References