Remove stable #![feature] and most x86_64 static mut.
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user