Commit e259007f authored by Sam Ravnborg's avatar Sam Ravnborg Committed by Greg Kroah-Hartman

alpha: fix build after vmlinux.lds.S cleanup

commit de078ef5 upstream.

Add include to get missing THREAD_SIZE definition
Signed-off-by: default avatarSam 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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 039b7b2e
#include <asm-generic/vmlinux.lds.h> #include <asm-generic/vmlinux.lds.h>
#include <asm/thread_info.h>
#include <asm/page.h> #include <asm/page.h>
OUTPUT_FORMAT("elf64-alpha") OUTPUT_FORMAT("elf64-alpha")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment