summarylogtreecommitdiffstats
path: root/4.12-arch-remove_clts.patch
diff options
context:
space:
mode:
authorVi0L02017-10-16 22:28:57 +0200
committerVi0L02017-10-16 22:28:57 +0200
commit9fb3698bc366b007b83f993e00ad65a49d921162 (patch)
tree3863963ae64f017a7e809de7a3a8e61188c4c3b2 /4.12-arch-remove_clts.patch
parent6dc8a64bafef4082d69544bd3a3611c8f91d9708 (diff)
downloadaur-9fb3698bc366b007b83f993e00ad65a49d921162.tar.gz
15.9-17: 4.13 kernel support
Diffstat (limited to '4.12-arch-remove_clts.patch')
-rw-r--r--4.12-arch-remove_clts.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/4.12-arch-remove_clts.patch b/4.12-arch-remove_clts.patch
new file mode 100644
index 000000000000..e34034da861b
--- /dev/null
+++ b/4.12-arch-remove_clts.patch
@@ -0,0 +1,21 @@
+--- archive_files/common/lib/modules/fglrx/build_mod/firegl_public.c 2015-12-18 19:47:41.000000000 +0100
++++ archive_filesb/common/lib/modules/fglrx/build_mod/firegl_public.c 2017-08-15 21:14:37.288814512 +0200
+@@ -6508,8 +6508,6 @@
+ #else
+ __save_init_fpu(cur_task);
+ #endif
+- else
+- clts();
+
+ #else
+ /* TS_USEDFPU is removed in kernel 3.3+ and 3.2.8+ with the commit below:
+@@ -6534,8 +6532,7 @@
+ #else
+ __save_init_fpu(cur_task);
+ #endif
+- else
+- clts();
++
+ #endif
+ #endif
+ }