summarylogtreecommitdiffstats
path: root/4.2-fglrx-has_fpu.patch
diff options
context:
space:
mode:
authorVi0L02015-11-25 07:20:37 +0100
committerVi0L02015-11-25 07:20:37 +0100
commit9b80b4eebb311766d28e8cdfa88695d2eb006f67 (patch)
tree87ffb9b21ddabf27390152f2a773d5f230831d04 /4.2-fglrx-has_fpu.patch
parentcbddf59ab97ff0667d2339c135ae8a48a577e9e0 (diff)
downloadaur-9b80b4eebb311766d28e8cdfa88695d2eb006f67.tar.gz
updated to 15.11 AKA Crimson
Diffstat (limited to '4.2-fglrx-has_fpu.patch')
-rw-r--r--4.2-fglrx-has_fpu.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/4.2-fglrx-has_fpu.patch b/4.2-fglrx-has_fpu.patch
deleted file mode 100644
index 173ec888dc74..000000000000
--- a/4.2-fglrx-has_fpu.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- 15.7/common/lib/modules/fglrx/build_mod/firegl_public.c 2015-07-04 16:31:23.000000000 +0200
-+++ 15.7b/common/lib/modules/fglrx/build_mod/firegl_public.c 2015-08-21 15:26:44.860536831 +0200
-@@ -6475,6 +6475,7 @@
- */
- struct task_struct *cur_task = current;
- preempt_disable();
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4,2,0)
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,3,0)
- /* The thread structure is changed with the commit below for kernel 3.3:
- * https://github.com/torvalds/linux/commit/7e16838d94b566a17b65231073d179bc04d590c8
-@@ -6483,6 +6484,9 @@
- #else
- if (cur_task->thread.has_fpu)
- #endif
-+#else
-+ if (cur_task->thread.fpu.fpregs_active)
-+#endif
- #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,15,0)
- KCL_fpu_save_init(cur_task);
- #else