X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fsparc64%2Fkernel%2Fbinfmt_elf32.c;fp=arch%2Fsparc64%2Fkernel%2Fbinfmt_elf32.c;h=a1a12d2aa3530e5e5fd88833dabc41a1da2a6945;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=a98f3ae175a343e48c88977e83fc2c3f96e04865;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/arch/sparc64/kernel/binfmt_elf32.c b/arch/sparc64/kernel/binfmt_elf32.c index a98f3ae17..a1a12d2aa 100644 --- a/arch/sparc64/kernel/binfmt_elf32.c +++ b/arch/sparc64/kernel/binfmt_elf32.c @@ -84,6 +84,7 @@ typedef struct { #include #include +#include #include #include @@ -152,9 +153,7 @@ MODULE_AUTHOR("Eric Youngdale, David S. Miller, Jakub Jelinek"); #undef MODULE_DESCRIPTION #undef MODULE_AUTHOR -#include - #undef TASK_SIZE -#define TASK_SIZE STACK_TOP32 +#define TASK_SIZE 0xf0000000 #include "../../../fs/binfmt_elf.c"