kernel: implement cpu IDs and per-cpu variables

This commit is contained in:
2023-03-18 19:35:00 +00:00
parent 56bc47f570
commit 57eaf4e01c
14 changed files with 232 additions and 18 deletions

View File

@@ -3,10 +3,5 @@
kern_status_t acpi_init(void)
{
kern_status_t status = acpi_smp_init();
if (status != KERN_OK) {
return status;
}
return KERN_OK;
}