diff options
Diffstat (limited to 'sys/dev/fdt/fdt_pci.c')
-rw-r--r-- | sys/dev/fdt/fdt_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fdt/fdt_pci.c b/sys/dev/fdt/fdt_pci.c index a4cf9d1..bcfe300 100644 --- a/sys/dev/fdt/fdt_pci.c +++ b/sys/dev/fdt/fdt_pci.c @@ -320,7 +320,7 @@ fdt_pci_route_intr(int bus, int slot, int func, int pin, trig, pol); #if defined(__powerpc__) - powerpc_config_intr(FDT_MAP_IRQ(intr_par, *interrupt), trig, + powerpc_config_intr(FDT_MAP_IRQ(iph, *interrupt), trig, pol); #endif return (0); |