X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=arch%2Fum%2Fkernel%2Fvmlinux.lds.S;h=16e49bfa2b426c6a324b7102a877a0fb14e94a4e;hb=a8a84540eb3fd0493f250dc1c513bef6810a50fd;hp=72acdce205e0a3eff5d6ae6cdbdd73a20c22a952;hpb=0d10e47f9635ecafe5a9dc6e10cb056a87a4daa2;p=cascardo%2Flinux.git diff --git a/arch/um/kernel/vmlinux.lds.S b/arch/um/kernel/vmlinux.lds.S index 72acdce205e0..16e49bfa2b42 100644 --- a/arch/um/kernel/vmlinux.lds.S +++ b/arch/um/kernel/vmlinux.lds.S @@ -1,5 +1,6 @@ -/* in case the preprocessor is a 32bit one */ -#undef i386 + +KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER); + #ifdef CONFIG_LD_SCRIPT_STATIC #include "uml.lds.S" #else