From: Sam Ravnborg Date: Fri, 25 Sep 2009 17:53:43 +0000 (+0200) Subject: alpha: fix build after vmlinux.lds.S cleanup X-Git-Tag: v2.6.31.6~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e259007f0090e5c2c4c0df1e316431a25287633e;p=thirdparty%2Fkernel%2Fstable.git alpha: fix build after vmlinux.lds.S cleanup commit de078ef55c74d02ee93d44513da5ee88a089d71d upstream. Add include to get missing THREAD_SIZE definition Signed-off-by: Sam Ravnborg Cc: Tim Abbott Cc: Ivan Kokshaysky Cc: Richard Henderson Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/alpha/kernel/vmlinux.lds.S b/arch/alpha/kernel/vmlinux.lds.S index b9d6568e5f7f0..1e0c7121c57d5 100644 --- a/arch/alpha/kernel/vmlinux.lds.S +++ b/arch/alpha/kernel/vmlinux.lds.S @@ -1,4 +1,5 @@ #include +#include #include OUTPUT_FORMAT("elf64-alpha")