Remove stable #![feature] and most x86_64 static mut.

This commit is contained in:
4lDO2
2025-02-21 14:16:58 +01:00
parent 09eaf12201
commit f044ffb03b
11 changed files with 114 additions and 77 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ impl IrqScheme {
let cpus = {
use crate::acpi::madt::*;
match unsafe { MADT.as_ref() } {
match madt() {
Some(madt) => madt
.iter()
.filter_map(|entry| match entry {