summarylogtreecommitdiffstats
path: root/4.14-npfeiler-task_struct-mm_segment_t.patch
diff options
context:
space:
mode:
authorVi0L02017-12-06 22:44:56 +0100
committerVi0L02017-12-06 22:44:56 +0100
commit63de77ef5c8a0f6970b5f036ccfe791318f8aff9 (patch)
tree0feb05b74fcf5fa6bb9af665476b4e10762f7391 /4.14-npfeiler-task_struct-mm_segment_t.patch
parent7e108d01fccf5c31125efede1bb1fd4e472a345f (diff)
downloadaur-63de77ef5c8a0f6970b5f036ccfe791318f8aff9.tar.gz
15.12-19: 4.14 kernel support, thanks npfeiler
Diffstat (limited to '4.14-npfeiler-task_struct-mm_segment_t.patch')
-rw-r--r--4.14-npfeiler-task_struct-mm_segment_t.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/4.14-npfeiler-task_struct-mm_segment_t.patch b/4.14-npfeiler-task_struct-mm_segment_t.patch
new file mode 100644
index 000000000000..d90d4f3c509a
--- /dev/null
+++ b/4.14-npfeiler-task_struct-mm_segment_t.patch
@@ -0,0 +1,12 @@
+--- archive_files/common/lib/modules/fglrx/build_mod/kcl_ioctl.c 2017-12-05 16:21:41.450899943 +0100
++++ archive_filesb/common/lib/modules/fglrx/build_mod/kcl_ioctl.c 2017-12-05 16:24:04.919602271 +0100
+@@ -31,7 +31,9 @@
+ */
+
+ #include <linux/cache.h>
++#include <linux/sched.h> // for task_struct in asm/current.h
+ #include <linux/version.h>
++#include <asm/processor.h> // for mm_segment_t in asm/uaccess.h
+ #include <asm/uaccess.h>
+
+ #ifdef __x86_64__