x86: cpu: Drop unused HAVE_RWEFLAGS condition

The test for rweflags was dropped in a previous commit.
This commit is contained in:
Diego Biurrun 2012-11-27 19:47:34 +01:00
parent f5fa03660d
commit 490df522c7
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
#define cpuid_test ff_cpu_cpuid_test
#elif HAVE_INLINE_ASM || HAVE_RWEFLAGS
#elif HAVE_INLINE_ASM
static int cpuid_test(void)
{