From a76ee3b1d5dee92a13ba357e9baf2ad155976604 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 27 Oct 2014 22:55:39 +0000 Subject: kernel: make the kernel 3.18 patches apply and boot on arm. Signed-off-by: Hauke Mehrtens SVN-Revision: 43095 --- target/linux/generic/patches-3.18/203-kallsyms_uncompressed.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/generic/patches-3.18/203-kallsyms_uncompressed.patch') diff --git a/target/linux/generic/patches-3.18/203-kallsyms_uncompressed.patch b/target/linux/generic/patches-3.18/203-kallsyms_uncompressed.patch index 53229f071a..b9d82207a0 100644 --- a/target/linux/generic/patches-3.18/203-kallsyms_uncompressed.patch +++ b/target/linux/generic/patches-3.18/203-kallsyms_uncompressed.patch @@ -1,13 +1,13 @@ --- a/scripts/kallsyms.c +++ b/scripts/kallsyms.c -@@ -59,6 +59,7 @@ static struct sym_entry *table; +@@ -58,6 +58,7 @@ static struct addr_range percpu_range = + static struct sym_entry *table; static unsigned int table_size, table_cnt; static int all_symbols = 0; - static int absolute_percpu = 0; +static int uncompressed = 0; + static int absolute_percpu = 0; static char symbol_prefix_char = '\0'; static unsigned long long kernel_start_addr = 0; - @@ -392,6 +393,9 @@ static void write_src(void) free(markers); -- cgit v1.2.3