summary refs log tree commit diff stats
path: root/include/hw/s390x/cpu-topology.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/s390x/cpu-topology.h')
-rw-r--r--include/hw/s390x/cpu-topology.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/s390x/cpu-topology.h b/include/hw/s390x/cpu-topology.h
index c064f427e9..a11b1baa77 100644
--- a/include/hw/s390x/cpu-topology.h
+++ b/include/hw/s390x/cpu-topology.h
@@ -37,7 +37,7 @@ typedef struct S390TopologyEntry {
 
 typedef struct S390Topology {
     uint8_t *cores_per_socket;
-    CpuS390Polarization polarization;
+    S390CpuPolarization polarization;
 } S390Topology;
 
 typedef QTAILQ_HEAD(, S390TopologyEntry) S390TopologyList;