aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/acpi/acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/acpi/acpi.c')
-rw-r--r--src/soc/intel/common/acpi/acpi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/common/acpi/acpi.c b/src/soc/intel/common/acpi/acpi.c
index 63877ee668..218430fc56 100644
--- a/src/soc/intel/common/acpi/acpi.c
+++ b/src/soc/intel/common/acpi/acpi.c
@@ -273,8 +273,8 @@ void generate_cpu_entries(device_t device)
printk(BIOS_DEBUG, "Found %d CPU(s) with %d core(s) each.\n",
numcpus, cores_per_package);
- for (cpu_id=0; cpu_id < numcpus; cpu_id++) {
- for (core_id=0; core_id < cores_per_package; core_id++) {
+ for (cpu_id = 0; cpu_id < numcpus; cpu_id++) {
+ for (core_id = 0; core_id < cores_per_package; core_id++) {
if (core_id > 0) {
pcontrol_blk = 0;
plen = 0;