Commit 5a11095b authored by Meelis Roos's avatar Meelis Roos Committed by David S. Miller

[SPARC64]: Fix binfmt_elf32.c warning by redefining TASK_SIZE.

parent 588edddc
......@@ -3,7 +3,7 @@
#
EXTRA_AFLAGS := -ansi
# EXTRA_CFLAGS := -Werror
EXTRA_CFLAGS := -Werror
extra-y := head.o init_task.o vmlinux.lds.s
......
......@@ -151,4 +151,7 @@ MODULE_AUTHOR("Eric Youngdale, David S. Miller, Jakub Jelinek");
#undef MODULE_DESCRIPTION
#undef MODULE_AUTHOR
#undef TASK_SIZE
#define TASK_SIZE 0xf0000000
#include "../../../fs/binfmt_elf.c"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment