[2.4 PATCH] ia64 kernel entry fix

From: Mariusz Kozlowski
Date: Fri Dec 01 2006 - 10:50:52 EST


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 <m.kozlowski@xxxxxxxxxx>

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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/