From: Tetsuo Handa Date: Mon, 30 Aug 2010 00:45:40 +0000 (+0900) Subject: x86, cpufeature: Suppress compiler warning with gcc 3.x X-Git-Tag: v2.6.36-rc5~21^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fd818642a3c3a257f3b1262145a52bc1bfebd26;p=pandora-kernel.git x86, cpufeature: Suppress compiler warning with gcc 3.x Gcc 3.x generates a warning arch/x86/include/asm/cpufeature.h: In function `__static_cpu_has': arch/x86/include/asm/cpufeature.h:326: warning: asm operand 1 probably doesn't match constraints on each file. But static_cpu_has() for gcc 3.x does not need __static_cpu_has(). Signed-off-by: Tetsuo Handa LKML-Reference: <201008300127.o7U1RC6Z044051@www262.sakura.ne.jp> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed