Skip to content
Snippets Groups Projects
Commit da161bee authored by Dor Laor's avatar Dor Laor
Browse files

Remove redundant msix registration

parent aaf39d34
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,6 @@ namespace virtio {
sched::thread* tx = new sched::thread([this] { this->tx_gc_thread(); });
rx->start();
tx->start();
_msi.easy_register({ { 0, rx }, {1, tx }});
//initialize the BSD interface _if
_ifn = if_alloc(IFT_ETHER);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment