diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-09-25 19:53:43 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2009-09-25 19:54:56 +0200 |
commit | de078ef55c74d02ee93d44513da5ee88a089d71d (patch) | |
tree | eca51298945a3e59184f5b6f032ee698ad0af619 /arch | |
parent | d71789b6fa37c21ce5eb588d279f57904a62e7e2 (diff) | |
download | linux-3.10-de078ef55c74d02ee93d44513da5ee88a089d71d.tar.gz linux-3.10-de078ef55c74d02ee93d44513da5ee88a089d71d.tar.bz2 linux-3.10-de078ef55c74d02ee93d44513da5ee88a089d71d.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/alpha/kernel/vmlinux.lds.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/kernel/vmlinux.lds.S b/arch/alpha/kernel/vmlinux.lds.S index 6dc03c35caa..55c3b23612a 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") |