diff options
author | Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> | 2010-08-30 09:45:40 +0900 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-09-13 14:48:41 -0700 |
commit | 2fd818642a3c3a257f3b1262145a52bc1bfebd26 (patch) | |
tree | b94d047e6a71efc3d80dcf9ae1b1c5a4fa9e9108 /arch/x86/Makefile | |
parent | 36ac4b987bea9a95217e1af552252f275ca7fc44 (diff) | |
download | linux-2fd818642a3c3a257f3b1262145a52bc1bfebd26.tar.bz2 |
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>
Diffstat (limited to 'arch/x86/Makefile')
0 files changed, 0 insertions, 0 deletions