mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
@@ -179,5 +179,9 @@ void bsp_start(void)
|
||||
|
||||
uint32_t bsp_fdt_map_intr(const uint32_t *intr, size_t icells)
|
||||
{
|
||||
#ifndef QORIQ_IS_HYPERVISOR_GUEST
|
||||
return intr[0] - 16;
|
||||
#else
|
||||
return intr[0];
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user