Re: [PATCH] x86-64: make pda's cpunumber and nodenumber unsigned

From: Ingo Molnar
Date: Mon Dec 17 2007 - 11:01:52 EST



* Cyrill Gorcunov <gorcunov@xxxxxxxxx> wrote:

> Checkpatch still does complain about
> if (0) { T__ tmp__; tmp__ = (val)
> I'm not sure if we need this line at all.

that's a type-checking trick. It does not result in any generated code
but gcc flags it with a build time warning if there's a type mismatch.
So it's a checkpatch.pl false positive.

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