cleanup vmem_test

This commit is contained in:
Markus Fröschle
2016-06-06 05:19:25 +00:00
parent 46c62f381a
commit 0197af9703
4 changed files with 79 additions and 27 deletions

View File

@@ -236,6 +236,7 @@ bool isr_execute_handler(int vector)
return true;
}
#if defined(MACHINE_FIREBEE)
/*
* PIC interrupt handler for Firebee
*
@@ -266,6 +267,7 @@ bool pic_interrupt_handler(void *arg1, void *arg2)
}
return true;
}
#endif /* MACHINE_FIREBEE */
bool xlbpci_interrupt_handler(void *arg1, void *arg2)
{