[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071217160127.GB30958@elte.hu>
Date: Mon, 17 Dec 2007 17:01:27 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Cyrill Gorcunov <gorcunov@...il.com>
Cc: Jan Beulich <jbeulich@...ell.com>, tglx@...utronix.de,
Andrew Morton <akpm@...ux-foundation.org>, mingo@...hat.com,
linux-kernel@...r.kernel.org, hpa@...or.com
Subject: Re: [PATCH] x86-64: make pda's cpunumber and nodenumber unsigned
* Cyrill Gorcunov <gorcunov@...il.com> 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@...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