mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 14:37:10 +08:00
@@ -353,7 +353,7 @@ nexus_ofw_map_intr(device_t dev, device_t child, phandle_t iparent, int icells,
|
|||||||
pcell_t *intr)
|
pcell_t *intr)
|
||||||
{
|
{
|
||||||
|
|
||||||
return ((int)bsp_fdt_map_intr(intr[0]));
|
return ((int)bsp_fdt_map_intr(intr, (size_t)icells));
|
||||||
}
|
}
|
||||||
#endif /* FDT */
|
#endif /* FDT */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user