Re: [PATCH] i386-pda updates

From: Jeremy Fitzhardinge
Date: Sat Sep 09 2006 - 19:28:00 EST


Andi Kleen wrote:
@@ -20,7 +22,14 @@ extern struct i386_pda _proxy_pda;
#define pda_to_op(op,field,val) \
do { \
typedef typeof(_proxy_pda.field) T__; \
+ if (0) { T__ tmp__; tmp__ = (val); } \

Merged into original patch
BTW, do you mean you already had this in i386, or that you folded it into the existing patch? I don't think I had sent out my version of this before.

J
-
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/