Changeset 81eced53 in rtems
- Timestamp:
- 01/15/18 12:54:45 (6 years ago)
- Branches:
- 5, master
- Children:
- 2f54488f
- Parents:
- 9ec5ff4e
- git-author:
- Sebastian Huber <sebastian.huber@…> (01/15/18 12:54:45)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (01/22/18 06:21:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/qoriq/startup/bspstart.c
r9ec5ff4e r81eced53 180 180 uint32_t bsp_fdt_map_intr(const uint32_t *intr, size_t icells) 181 181 { 182 #ifndef QORIQ_IS_HYPERVISOR_GUEST 182 183 return intr[0] - 16; 184 #else 185 return intr[0]; 186 #endif 183 187 }
Note: See TracChangeset
for help on using the changeset viewer.