]> Git Repo - J-linux.git/commitdiff
alpha: fix build after vmlinux.lds.S cleanup
authorSam Ravnborg <[email protected]>
Fri, 25 Sep 2009 17:53:43 +0000 (19:53 +0200)
committerSam Ravnborg <[email protected]>
Fri, 25 Sep 2009 17:54:56 +0000 (19:54 +0200)
Add include to get missing THREAD_SIZE definition

Signed-off-by: Sam Ravnborg <[email protected]>
Cc: Tim Abbott <[email protected]>
Cc: Ivan Kokshaysky <[email protected]>
Cc: Richard Henderson <[email protected]>
arch/alpha/kernel/vmlinux.lds.S

index 6dc03c35caa0246bb87dc69c0add025e1f46ab94..55c3b23612a80fcb964089111a298c5e27374832 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")
This page took 0.049669 seconds and 4 git commands to generate.