configure: remove check for CPUID

This check is not required because all i386 and x86_64 cpus have the
cpuid instruction.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Pavel Hrdina
2016-12-07 16:21:31 +01:00
parent f3fe4c10ee
commit a96a256083
2 changed files with 2 additions and 21 deletions
+2 -2
View File
@@ -2058,7 +2058,7 @@ x86Encode(virArch arch,
}
#if HAVE_CPUID
#if defined(__i386__) || defined(__x86_64__)
static inline void
cpuidCall(virCPUx86CPUID *cpuid)
{
@@ -2740,7 +2740,7 @@ struct cpuArchDriver cpuDriverX86 = {
.decode = x86DecodeCPUData,
.encode = x86Encode,
.free = x86FreeCPUData,
#if HAVE_CPUID
#if defined(__i386__) || defined(__x86_64__)
.nodeData = x86NodeData,
#else
.nodeData = NULL,