From: Sam Ravnborg <sam@ravnborg.org> Date: Fri, 25 Sep 2009 17:53:43 +0000 (+0200) Subject: alpha: fix build after vmlinux.lds.S cleanup X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=de078ef55c74d02ee93d44513da5ee88a089d71d;p=linux.git alpha: fix build after vmlinux.lds.S cleanup Add include to get missing THREAD_SIZE definition Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Tim Abbott <tabbott@ksplice.com> Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru> Cc: Richard Henderson <rth@twiddle.net> --- diff --git a/arch/alpha/kernel/vmlinux.lds.S b/arch/alpha/kernel/vmlinux.lds.S index 6dc03c35caa02..55c3b23612a80 100644 --- a/arch/alpha/kernel/vmlinux.lds.S +++ b/arch/alpha/kernel/vmlinux.lds.S @@ -1,4 +1,5 @@ #include <asm-generic/vmlinux.lds.h> +#include <asm/thread_info.h> #include <asm/page.h> OUTPUT_FORMAT("elf64-alpha")