mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Kernel: Mark PCISerialDevice::detect() as UNMAP_AFTER_INIT
This commit is contained in:
parent
61bd1890d2
commit
f124affc8e
Notes:
sideshowbarker
2024-07-18 12:35:10 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/f124affc8e9 Pull-request: https://github.com/SerenityOS/serenity/pull/7938
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ namespace Kernel {
|
|||
|
||||
static SerialDevice* s_the = nullptr;
|
||||
|
||||
void PCISerialDevice::detect()
|
||||
UNMAP_AFTER_INIT void PCISerialDevice::detect()
|
||||
{
|
||||
size_t current_device_minor = 68;
|
||||
PCI::enumerate([&](const PCI::Address& address, PCI::ID id) {
|
||||
|
|
Loading…
Reference in a new issue