Re: [PATCH] i386-pda updates

From: Andi Kleen
Date: Sun Sep 10 2006 - 03:06:58 EST


On Sat, Sep 09, 2006 at 04:30:31PM -0700, Jeremy Fitzhardinge wrote:
> 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.

I folded it into the existing patch.

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