summaryrefslogtreecommitdiffstats
path: root/kernel/ati-kernel-3.4.patch
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2012-08-14 22:33:25 +0200
committerpiernov <piernov@piernov.servegame.org>2012-08-14 22:33:25 +0200
commitec40de269b17a79b924c7fedcbf93540d2024bc1 (patch)
tree7444d724f85beec7078525bee699e579d3f1b5b5 /kernel/ati-kernel-3.4.patch
parenta2202627473d497165b7ae8cc22cf1cefd3b2144 (diff)
downloadnutyx-pakxe-ec40de269b17a79b924c7fedcbf93540d2024bc1.tar.gz
nutyx-pakxe-ec40de269b17a79b924c7fedcbf93540d2024bc1.tar.bz2
nutyx-pakxe-ec40de269b17a79b924c7fedcbf93540d2024bc1.tar.xz
nutyx-pakxe-ec40de269b17a79b924c7fedcbf93540d2024bc1.zip
kernel 3.5.1-1 màj portHEADmaster
Diffstat (limited to 'kernel/ati-kernel-3.4.patch')
-rw-r--r--kernel/ati-kernel-3.4.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/kernel/ati-kernel-3.4.patch b/kernel/ati-kernel-3.4.patch
deleted file mode 100644
index b2045355b..000000000
--- a/kernel/ati-kernel-3.4.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- a/common/lib/modules/fglrx/build_mod/firegl_public.c 2012-05-26 18:33:25.044695179 +0200
-+++ b/common/lib/modules/fglrx/build_mod/firegl_public.c 2012-05-26 18:28:39.692699095 +0200
-@@ -187,6 +187,9 @@
- #include <linux/gfp.h>
- #include <linux/swap.h>
- #include "asm/i387.h"
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,4,0)
-+#include <asm/fpu-internal.h>
-+#endif
-
- #include "firegl_public.h"
- #include "kcl_osconfig.h"
-@@ -4154,7 +4154,7 @@
- {
- unsigned int p;
- KCL_DEBUG5(FN_FIREGL_KAS, "%d\n", level_init);
-- for_each_cpu_mask(p, cpu_possible_map)
-+ for_each_possible_cpu(p)
- {
- KCL_DEBUG1(FN_FIREGL_KAS,"Setting initial execution level for CPU # %d\n", p);
- preempt_disable();
---- a/common/lib/modules/fglrx/build_mod/kcl_ioctl.c 2012-05-26 19:11:03.402987821 +0200
-+++ b/common/lib/modules/fglrx/build_mod/kcl_ioctl.c 2012-05-26 19:13:00.273986422 +0200
-@@ -217,6 +217,10 @@
- * \param size [in] Number of bytes to allocate
- * \return Pointer to allocated memory
- */
-+#ifndef CONFIG_X86_X32
-+DEFINE_PER_CPU(unsigned long, old_rsp);
-+#endif
-+
- void* ATI_API_CALL KCL_IOCTL_AllocUserSpace32(long size)
- {
- void __user *ret = COMPAT_ALLOC_USER_SPACE(size);