mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:07:34 +00:00
Kernel: Mark VirtIORNG constructor as UNMAP_AFTER_INIT
This commit is contained in:
parent
d27cecd729
commit
7e88ac63b9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
||||||
VirtIORNG::VirtIORNG(PCI::Address address)
|
UNMAP_AFTER_INIT VirtIORNG::VirtIORNG(PCI::Address address)
|
||||||
: CharacterDevice(10, 183)
|
: CharacterDevice(10, 183)
|
||||||
, VirtIODevice(address, "VirtIORNG")
|
, VirtIODevice(address, "VirtIORNG")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue