Skip to content

Commit

Permalink
Revert set_irq change
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Sep 16, 2024
1 parent dad7fd7 commit 118a871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elks/arch/i86/drivers/block/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ void INITPROC device_init(void)
chr_dev_init();
blk_dev_init();

set_irq(); /* interrupts enabled for possible disk I/O */

for (p = gendisk_head; p; p = p->next)
setup_dev(p);

Expand Down

0 comments on commit 118a871

Please sign in to comment.