diff options
Diffstat (limited to 'util/sconfig/main.c')
-rw-r--r-- | util/sconfig/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/sconfig/main.c b/util/sconfig/main.c index d87238f5ed..c3f2cdf872 100644 --- a/util/sconfig/main.c +++ b/util/sconfig/main.c @@ -262,8 +262,8 @@ struct device *new_device(struct device *parent, struct device *busdev, const in new_d->path = ".type=DEVICE_PATH_APIC,{.apic={ .apic_id = 0x%x }}"; break; - case APIC_CLUSTER: - new_d->path = ".type=DEVICE_PATH_APIC_CLUSTER,{.apic_cluster={ .cluster = 0x%x }}"; + case CPU_CLUSTER: + new_d->path = ".type=DEVICE_PATH_CPU_CLUSTER,{.cpu_cluster={ .cluster = 0x%x }}"; break; case DOMAIN: |