2.6.31-stable review patch. If anyone has any objections, please let us know. ------------------ From: Sam Ravnborg commit de078ef55c74d02ee93d44513da5ee88a089d71d upstream. Add include to get missing THREAD_SIZE definition Signed-off-by: Sam Ravnborg Cc: Tim Abbott Cc: Ivan Kokshaysky Cc: Richard Henderson Signed-off-by: Greg Kroah-Hartman --- arch/alpha/kernel/vmlinux.lds.S | 1 + 1 file changed, 1 insertion(+) --- a/arch/alpha/kernel/vmlinux.lds.S +++ b/arch/alpha/kernel/vmlinux.lds.S @@ -1,4 +1,5 @@ #include +#include #include OUTPUT_FORMAT("elf64-alpha") -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/