[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200612011650.09717.m.kozlowski@tuxland.pl>
Date: Fri, 1 Dec 2006 16:50:09 +0100
From: Mariusz Kozlowski <m.kozlowski@...land.pl>
To: Willy Tarreau <wtarreau@...a.kernel.org>
Cc: linux-kernel@...r.kernel.org
Subject: [2.4 PATCH] ia64 kernel entry fix
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@...land.pl>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists