Changeset 349 for trunk/hal/x86_64/drivers
- Timestamp:
- Aug 9, 2017, 10:35:01 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/drivers/pic_apic.c
r280 r349 25 25 #include <errno.h> 26 26 #include <string.h> 27 #include <vfs.h>28 27 29 28 #include <hal_internal.h> … … 94 93 /* Bind the IRQ line in IOAPIC */ 95 94 hal_ioapic_bind_irq(irq_id, slot, lid); 96 97 x86_printf("-> allocated %z\n", (uint64_t)slot);98 95 } 99 96
Note: See TracChangeset
for help on using the changeset viewer.