]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
- outdated in 8.35.5
authorvip <vip@pld-linux.org>
Wed, 28 Mar 2007 23:04:52 +0000 (23:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-driver-video-fglrx-2.6.20-init_work_macro.patch -> 1.2

xorg-driver-video-fglrx-2.6.20-init_work_macro.patch [deleted file]

diff --git a/xorg-driver-video-fglrx-2.6.20-init_work_macro.patch b/xorg-driver-video-fglrx-2.6.20-init_work_macro.patch
deleted file mode 100644 (file)
index fb51cfc..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- xorg-driver-video-fglrx-8.34.8/common/lib/modules/fglrx/build_mod/firegl_public.c~ 2007-02-21 19:15:09.217722366 +0100
-+++ xorg-driver-video-fglrx-8.34.8/common/lib/modules/fglrx/build_mod/firegl_public.c  2007-02-23 12:37:13.080613213 +0100
-@@ -5329,7 +5329,11 @@
-     kasThread_t* thread_obj = (kasThread_t*)hThread;
-     init_MUTEX(&(thread_obj->sleep_finished));
-     init_waitqueue_head(&(thread_obj->wq_head));
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,20)
-+    INIT_WORK(&(thread_obj->work), routine);
-+#else
-     INIT_WORK(&(thread_obj->work), routine, pcontext);
-+#endif
-     schedule_work(&(thread_obj->work));
-     return 1;
- }
This page took 0.04464 seconds and 4 git commands to generate.