diff options
Diffstat (limited to 'sys/amd64/include/mptable.h')
| -rw-r--r-- | sys/amd64/include/mptable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h index 79fc383a5e11..945a588369b0 100644 --- a/sys/amd64/include/mptable.h +++ b/sys/amd64/include/mptable.h @@ -1593,7 +1593,7 @@ undirect_isa_irq(int rirq) if (bootverbose) printf("Freeing redirected ISA irq %d.\n", rirq); /** FIXME: tickle the MB redirector chip */ - return ???; + return -1; #else if (bootverbose) printf("Freeing (NOT implemented) redirected ISA irq %d.\n", rirq); @@ -1613,7 +1613,7 @@ undirect_pci_irq(int rirq) printf("Freeing redirected PCI irq %d.\n", rirq); /** FIXME: tickle the MB redirector chip */ - return ???; + return -1; #else if (bootverbose) printf("Freeing (NOT implemented) redirected PCI irq %d.\n", |
