summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/rtl8139.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/rtl8139.c b/drivers/rtl8139.c
index 0c1606b..02a5159 100644
--- a/drivers/rtl8139.c
+++ b/drivers/rtl8139.c
@@ -178,7 +178,4 @@ void rtl8139_init(void) {
// I have no fucking clue why that happens and it was a pain to debug.
for (int i = 0; i < 4; i++)
send_buffers[i] = ksbrk(0x1000);
- asm("sti");
- for (;;)
- asm("sti");
}