145c145
< if config.has_section("system.cluster.cpu"):
---
> if config.has_section("system.cpu"):
149c149
< while config.has_section("system.cluster.cpu" + str(num_cpus)):
---
> while config.has_section("system.cpu" + str(num_cpus)):
152c152
< if config.has_section("system.cluster.l2_cache"):
---
> if config.has_section("system.l2_cache"):
156c156
< while config.has_section("system.cluster.l2_cache" + str(num_l2)):
---
> while config.has_section("system.l2_cache" + str(num_l2)):