rpms/catalyst-kmod/F-16 catalyst-kmod.spec, 1.52, 1.53 fglrx_kernel_3.4.0.patch, 1.1, 1.2

Leigh Scott leigh123linux at rpmfusion.org
Wed May 23 17:04:20 CEST 2012


Author: leigh123linux

Update of /cvs/nonfree/rpms/catalyst-kmod/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28356

Modified Files:
	catalyst-kmod.spec fglrx_kernel_3.4.0.patch 
Log Message:
* Wed May 23 2012 leigh scott <leigh123linux at googlemail.com> - 12.4-3
- complete patch for newer kernels



Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-16/catalyst-kmod.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- catalyst-kmod.spec	23 May 2012 09:28:58 -0000	1.52
+++ catalyst-kmod.spec	23 May 2012 15:04:20 -0000	1.53
@@ -13,7 +13,7 @@
 
 Name:        catalyst-kmod
 Version:     12.4
-Release:     2%{?dist}
+Release:     3%{?dist}
 # Taken over by kmodtool
 Summary:     AMD display driver kernel module
 Group:       System Environment/Kernel
@@ -105,6 +105,9 @@
 
 
 %changelog
+* Wed May 23 2012 leigh scott <leigh123linux at googlemail.com> - 12.4-3
+- complete patch for newer kernels
+
 * Wed May 23 2012 leigh scott <leigh123linux at googlemail.com> - 12.4-2
 - patch for newer kernels (3.4.0)
 

fglrx_kernel_3.4.0.patch:
 firegl_public.c |    7 +++++++
 1 file changed, 7 insertions(+)

Index: fglrx_kernel_3.4.0.patch
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-16/fglrx_kernel_3.4.0.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fglrx_kernel_3.4.0.patch	23 May 2012 09:28:58 -0000	1.1
+++ fglrx_kernel_3.4.0.patch	23 May 2012 15:04:20 -0000	1.2
@@ -10,3 +10,15 @@
  
  #include "firegl_public.h"
  #include "kcl_osconfig.h"
+@@ -4181,7 +4184,11 @@ static int kasInitExecutionLevels(unsigned long level_init)
+ {
+     unsigned int p;
+     KCL_DEBUG5(FN_FIREGL_KAS, "%d\n", level_init);
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0)
++    for_each_cpu_mask(p, cpu_possible_mask)
++#else
+     for_each_cpu_mask(p, cpu_possible_map)
++#endif
+     {
+         KCL_DEBUG1(FN_FIREGL_KAS,"Setting initial execution level for CPU # %d\n", p);
+         preempt_disable();


More information about the rpmfusion-commits mailing list