Changeset 349


Ignore:
Timestamp:
Aug 9, 2017, 10:35:01 AM (7 years ago)
Author:
max@…
Message:

Remove unused.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/drivers/pic_apic.c

    r280 r349  
    2525#include <errno.h>
    2626#include <string.h>
    27 #include <vfs.h>
    2827
    2928#include <hal_internal.h>
     
    9493        /* Bind the IRQ line in IOAPIC */
    9594        hal_ioapic_bind_irq(irq_id, slot, lid);
    96 
    97 x86_printf("-> allocated %z\n", (uint64_t)slot);
    9895}
    9996
Note: See TracChangeset for help on using the changeset viewer.