mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-04 10:23:02 -05:00
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:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user