mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:48:12 +00:00
Kernel: Mark VirtIOConsole constructor as UNMAP_AFTER_INIT
This commit is contained in:
parent
7e88ac63b9
commit
aa63fe20a5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ namespace Kernel {
|
|||
|
||||
unsigned VirtIOConsole::next_device_id = 0;
|
||||
|
||||
VirtIOConsole::VirtIOConsole(PCI::Address address)
|
||||
UNMAP_AFTER_INIT VirtIOConsole::VirtIOConsole(PCI::Address address)
|
||||
: CharacterDevice(229, next_device_id++)
|
||||
, VirtIODevice(address, "VirtIOConsole")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue