This patch adds a line before the declartion of asm_sp in order to fix a checkpatch error I get when running it on this file. --- arch/alpha/boot/bootpz.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c index 6dd34e4..6fc840d 100644 --- a/arch/alpha/boot/bootpz.c +++ b/arch/alpha/boot/bootpz.c @@ -285,6 +285,7 @@ start_kernel(void) */ static long nbytes; static char envval[256] __attribute__((aligned(8))); + register unsigned long asm_sp asm("30"); SP_on_entry = asm_sp; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-alpha" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html