diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2009-09-25 19:53:43 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-11-09 16:22:47 -0800 |
commit | e259007f0090e5c2c4c0df1e316431a25287633e (patch) | |
tree | 94c2822f4d724a4b52fb035c00255065b9989fe0 /arch | |
parent | 039b7b2ecddd52d3e1d5cc4337d2b1f7053916eb (diff) |
alpha: fix build after vmlinux.lds.S cleanup
commit de078ef55c74d02ee93d44513da5ee88a089d71d upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 b9d6568e5f7f..1e0c7121c57d 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") |