summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/common/block/acpi/cpu_hybrid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/acpi/cpu_hybrid.c b/src/soc/intel/common/block/acpi/cpu_hybrid.c
index e18c28868f..6e8b641332 100644
--- a/src/soc/intel/common/block/acpi/cpu_hybrid.c
+++ b/src/soc/intel/common/block/acpi/cpu_hybrid.c
@@ -28,14 +28,14 @@ struct cpu_apic_info_type {
int32_t apic_ids[CONFIG_MAX_CPUS];
/* Total CPU count */
- uint8_t total_cpu_cnt;
+ uint16_t total_cpu_cnt;
/*
* Total Performance core count. This will be used
* to identify the start of Efficient Cores's
* APIC ID list
*/
- uint8_t perf_cpu_cnt;
+ uint16_t perf_cpu_cnt;
};
static struct cpu_apic_info_type cpu_apic_info;