mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-13 20:59:42 +02:00
12 lines
403 B
Diff
12 lines
403 B
Diff
|
--- a/fs/binfmt_elf.c
|
||
|
+++ b/fs/binfmt_elf.c
|
||
|
@@ -575,7 +575,7 @@ static int load_elf_binary(struct linux_
|
||
|
unsigned long elf_entry;
|
||
|
unsigned long interp_load_addr = 0;
|
||
|
unsigned long start_code, end_code, start_data, end_data;
|
||
|
- unsigned long reloc_func_desc = 0;
|
||
|
+ unsigned long reloc_func_desc __maybe_unused = 0;
|
||
|
int executable_stack = EXSTACK_DEFAULT;
|
||
|
unsigned long def_flags = 0;
|
||
|
struct {
|