mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
revert r240344: cpu_devices[] is used in other functions and must be kept
Reported by: gjb, glebius Pointyhat to: avg MFC after: 1 day X-MFC note: fake MFC, reminder to never MFC r240344
This commit is contained in:
parent
a46570c76d
commit
31482433f4
1 changed files with 0 additions and 1 deletions
|
|
@ -862,7 +862,6 @@ acpi_cpu_startup(void *arg)
|
|||
cpu_cx_lowest_lim = 0;
|
||||
cpu_disable_idle = FALSE;
|
||||
cpu_idle_hook = acpi_cpu_idle;
|
||||
free(cpu_devices, M_TEMP);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue