x86, cpufeature: Suppress compiler warning with gcc 3.x
authorTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Mon, 30 Aug 2010 00:45:40 +0000 (09:45 +0900)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 13 Sep 2010 21:48:41 +0000 (14:48 -0700)
commit2fd818642a3c3a257f3b1262145a52bc1bfebd26
treeb94d047e6a71efc3d80dcf9ae1b1c5a4fa9e9108
parent36ac4b987bea9a95217e1af552252f275ca7fc44
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 <penguin-kernel@I-love.SAKURA.ne.jp>
LKML-Reference: <201008300127.o7U1RC6Z044051@www262.sakura.ne.jp>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/cpufeature.h