[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200612011626.27490.m.kozlowski@tuxland.pl>
Date: Fri, 1 Dec 2006 16:26:27 +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] mips64 klconfig parenthesis fix
Hello,
This patch fixes parenthesis stuff in PTR_CH_MALLOC_HDR() macro code.
Signed-off-by: Mariusz Kozlowski <m.kozlowski@...land.pl>
include/asm-mips64/sn/klconfig.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.4.34-pre6-a/include/asm-mips64/sn/klconfig.h 2002-11-29 00:53:15.000000000 +0100
+++ linux-2.4.34-pre6-b/include/asm-mips64/sn/klconfig.h 2006-12-01 12:01:25.000000000 +0100
@@ -196,7 +196,7 @@ typedef struct kl_config_hdr {
((__psunsigned_t)_k + (_k->ch_malloc_hdr_off)))
#else
#define PTR_CH_MALLOC_HDR(_k) ((klc_malloc_hdr_t *)\
- (unsigned long)_k + (_k->ch_malloc_hdr_off)))
+ ((unsigned long)_k + (_k->ch_malloc_hdr_off)))
#endif
#define KL_CONFIG_CH_MALLOC_HDR(_n) PTR_CH_MALLOC_HDR(KL_CONFIG_HDR(_n))
--
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