]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 6 Aug 2004 17:16:13 +0000 (17:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11-driver-firegl-atomic.patch -> 1.2

X11-driver-firegl-atomic.patch [deleted file]

diff --git a/X11-driver-firegl-atomic.patch b/X11-driver-firegl-atomic.patch
deleted file mode 100644 (file)
index 5e48554..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- XFree86-driver-firegl-3.9.0/lib/modules/fglrx/build_mod/agpgart_be.c.orig  2004-05-30 22:18:54.797284104 +0200
-+++ XFree86-driver-firegl-3.9.0/lib/modules/fglrx/build_mod/agpgart_be.c       2004-05-30 22:17:13.355705568 +0200
-@@ -1402,7 +1402,7 @@
-     }
- #endif
--    atomic_inc(&page->count);
-+    atomic_inc(&page->_count);
-     set_bit(PG_locked, &page->flags);
-     atomic_inc(&agp_bridge.current_memory_agp);
---- XFree86-driver-firegl-3.9.0/lib/modules/fglrx/build_mod/firegl_public.c.orig       2004-05-30 22:15:49.000000000 +0200
-+++ XFree86-driver-firegl-3.9.0/lib/modules/fglrx/build_mod/firegl_public.c    2004-05-30 22:18:41.629285944 +0200
-@@ -2010,7 +2010,7 @@
-     pMmPage = virt_to_page(kaddr);
- #endif /* LINUX_VERSION_CODE < 0x020400 */
--    atomic_inc(&(pMmPage->count));  /* inc usage count of page */
-+    atomic_inc(&(pMmPage->_count));  /* inc usage count of page */
- #if LINUX_VERSION_CODE >= 0x020400
-   //  __KE_DEBUG3("vm-address 0x%08lx => kernel-page-address 0x%p\n",
This page took 0.063933 seconds and 4 git commands to generate.