alpha: fix build after vmlinux.lds.S cleanup
authorSam Ravnborg <sam@ravnborg.org>
Fri, 25 Sep 2009 17:53:43 +0000 (19:53 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Fri, 25 Sep 2009 17:54:56 +0000 (19:54 +0200)
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>
arch/alpha/kernel/vmlinux.lds.S

index 6dc03c3..55c3b23 100644 (file)
@@ -1,4 +1,5 @@
 #include <asm-generic/vmlinux.lds.h>
+#include <asm/thread_info.h>
 #include <asm/page.h>
 
 OUTPUT_FORMAT("elf64-alpha")