mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00:00
Kernel: Update outdated "user physical pages" terminology
These are now just "physical pages".
This commit is contained in:
@@ -930,7 +930,7 @@ ErrorOr<NonnullRefPtr<PhysicalPage>> MemoryManager::allocate_physical_page(Shoul
|
||||
return IterationDecision::Continue;
|
||||
});
|
||||
if (!page) {
|
||||
dmesgln("MM: no user physical pages available");
|
||||
dmesgln("MM: no physical pages available");
|
||||
return ENOMEM;
|
||||
}
|
||||
}
|
||||
@@ -975,7 +975,7 @@ ErrorOr<NonnullRefPtrVector<PhysicalPage>> MemoryManager::allocate_contiguous_ph
|
||||
}
|
||||
}
|
||||
|
||||
dmesgln("MM: no contiguous user physical pages available");
|
||||
dmesgln("MM: no contiguous physical pages available");
|
||||
return ENOMEM;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user