Hello, I noticed some parenthesis thing here but I'd be glad if anyone would confirm thath the patch below is correct. This code looks magic to me ;-)
Signed-off-by: Mariusz Kozlowski <[EMAIL PROTECTED]> arch/ia64/kernel/entry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.4.34-pre6-a/arch/ia64/kernel/entry.h 2003-11-28 19:26:19.000000000 +0100 +++ linux-2.4.34-pre6-b/arch/ia64/kernel/entry.h 2006-12-01 12:05:58.000000000 +0100 @@ -49,7 +49,7 @@ .spillsp @priunat,SW(AR_UNAT)+16+(off); \ .spillsp ar.rnat,SW(AR_RNAT)+16+(off); \ .spillsp ar.bspstore,SW(AR_BSPSTORE)+16+(off); \ - .spillsp pr,SW(PR)+16+(off)) + .spillsp pr,SW(PR)+16+(off); #define DO_SAVE_SWITCH_STACK \ movl r28=1f; \ -- Regards, Mariusz Kozlowski - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/