Simplify acpi scheme.

This commit is contained in:
4lDO2
2026-06-02 13:34:17 +02:00
parent 6fc2d32497
commit 8011f3f648
6 changed files with 107 additions and 282 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ pub fn debug_start([a, b, c, d, e, f, g]: [usize; 7], token: &mut CleanLockToken
&& crate::context::current()
.read(token.token())
.name
.contains("init")
.contains("acpid")
{
if a == SYS_CLOCK_GETTIME || a == SYS_YIELD || a == SYS_FUTEX {
false