SOURCES: xorg-driver-video-fglrx-smp.patch - updated for fglrx 9.4

hawk hawk at pld-linux.org
Thu Apr 23 00:50:40 CEST 2009


Author: hawk                         Date: Wed Apr 22 22:50:39 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for fglrx 9.4

---- Files affected:
SOURCES:
   xorg-driver-video-fglrx-smp.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/xorg-driver-video-fglrx-smp.patch
diff -u SOURCES/xorg-driver-video-fglrx-smp.patch:1.4 SOURCES/xorg-driver-video-fglrx-smp.patch:1.5
--- SOURCES/xorg-driver-video-fglrx-smp.patch:1.4	Sat Feb 21 12:21:54 2009
+++ SOURCES/xorg-driver-video-fglrx-smp.patch	Thu Apr 23 00:50:34 2009
@@ -9,15 +9,6 @@
  const unsigned long KCL_SYSINFO_SmpSupport = 1;
  const char BUILD_KERNEL_HAS_SMP_SET;
  #else
-@@ -2256,7 +2256,7 @@
-  * kernel <  2.6.27, on_each_cpu has 4 parameters.
-  * kernel >= 2.6.27, on_each_cpu has 3 parameters (removed the "retry" parameter)
-  */
--#if defined(__x86_64__) && defined(__SMP__) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25)) 
-+#if defined(__x86_64__) && defined(CONFIG_SMP) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25)) 
- #   if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,27))
-         on_each_cpu(KCL_flush_tlb_one, &va, 1, 1);
- #   else
 @@ -2503,7 +2503,7 @@
  
  /*****************************************************************************/
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/xorg-driver-video-fglrx-smp.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list