Optimize a couple CPU block checks

This commit is contained in:
RichardG867
2025-09-19 18:45:35 -03:00
parent 13d5de4e7b
commit 4b8b0efa48
2 changed files with 2 additions and 6 deletions

View File

@@ -15476,7 +15476,7 @@ const machine_t machines[] = {
.gpio_acpi_handler = NULL,
.cpu = {
.package = CPU_PKG_SOCKET5_7,
.block = CPU_BLOCK_NONE,
.block = CPU_BLOCK(CPU_Cx6x86MX),
.min_bus = 50000000,
.max_bus = 75000000,
.min_voltage = 2100,