From 936ee2ebca427fb05fa3e748ed37412c8e2bdf83 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 26 May 2018 09:12:46 +0200 Subject: linux: bump kernels from 4.4 to 4.16 --- target/linux/patches/4.9.98/vdso2.patch | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 target/linux/patches/4.9.98/vdso2.patch (limited to 'target/linux/patches/4.9.98/vdso2.patch') diff --git a/target/linux/patches/4.9.98/vdso2.patch b/target/linux/patches/4.9.98/vdso2.patch deleted file mode 100644 index 35df488a8..000000000 --- a/target/linux/patches/4.9.98/vdso2.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -Nur linux-4.7.2.orig/arch/x86/entry/vdso/vdso2c.c linux-4.7.2/arch/x86/entry/vdso/vdso2c.c ---- linux-4.7.2.orig/arch/x86/entry/vdso/vdso2c.c 2016-08-20 18:11:18.000000000 +0200 -+++ linux-4.7.2/arch/x86/entry/vdso/vdso2c.c 2016-09-04 11:11:01.000000000 +0200 -@@ -64,7 +64,15 @@ - #include - - #include -+#ifdef __linux__ - #include -+#else -+typedef _Bool bool; -+enum { -+ false = 0, -+ true = 1 -+}; -+#endif - - const char *outfilename; - -@@ -84,6 +92,7 @@ - sym_pvclock_page, - }; - -+ - struct vdso_sym { - const char *name; - bool export; -- cgit v1.2.3