Block usage of Pentium OverDrive on the Alaris Cobalt LPX.

It won't post with it.
This commit is contained in:
toggo9
2025-06-24 23:49:29 +02:00
committed by GitHub
parent ca1390f3bb
commit 6e695512f7

View File

@@ -7191,7 +7191,7 @@ const machine_t machines[] = {
.gpio_acpi_handler = NULL, .gpio_acpi_handler = NULL,
.cpu = { .cpu = {
.package = CPU_PKG_SOCKET3 | CPU_PKG_486BL, .package = CPU_PKG_SOCKET3 | CPU_PKG_486BL,
.block = CPU_BLOCK_NONE, .block = CPU_BLOCK(CPU_P24T),
.min_bus = 0, .min_bus = 0,
.max_bus = 0, .max_bus = 0,
.min_voltage = 0, .min_voltage = 0,