Skip to content

Commit 3c48595

Browse files
authored
Merge pull request #1286 from fwsGonzo/dev
virtionet: Add comment, x86: Remove unnecessary line in start.asm
2 parents 8910c7a + 8d5aaa4 commit 3c48595

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/arch/x86/start.asm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ __xsave_enabled:
5050
__avx_enabled:
5151
dw 0x0
5252

53-
ALIGN32
5453
section .text
5554
;; Multiboot places boot paramters on eax and ebx.
5655
_start:

src/drivers/virtionet.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ class VirtioNet : Virtio, public net::Link_layer<net::Ethernet> {
220220
void msix_xmit_handler();
221221
void msix_conf_handler();
222222

223+
/** Legacy IRQ handler */
223224
void legacy_handler();
224225

225226
/** Allocate and queue buffer from bufstore_ in RX queue. */

0 commit comments

Comments
 (0)