mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 16:10:20 +00:00
Kernel: Mark VirtIORNG constructor as UNMAP_AFTER_INIT
This commit is contained in:
parent
d27cecd729
commit
7e88ac63b9
Notes:
sideshowbarker
2024-07-18 12:34:37 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/7e88ac63b9a Pull-request: https://github.com/SerenityOS/serenity/pull/7938
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
VirtIORNG::VirtIORNG(PCI::Address address)
|
||||
UNMAP_AFTER_INIT VirtIORNG::VirtIORNG(PCI::Address address)
|
||||
: CharacterDevice(10, 183)
|
||||
, VirtIODevice(address, "VirtIORNG")
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue