Changeset 2f54488f in rtems
- Timestamp:
- 01/15/18 12:55:41 (6 years ago)
- Branches:
- 5, master
- Children:
- 44ba969
- Parents:
- 81eced53
- git-author:
- Sebastian Huber <sebastian.huber@…> (01/15/18 12:55:41)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (01/22/18 06:21:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/qoriq/irq/irq.c
r81eced53 r2f54488f 106 106 #endif 107 107 108 ev_int_iack(0, &vector); 108 /* 109 * This works only if the "has-external-proxy" property is present in the 110 * "epapr,hv-pic" device tree node. 111 */ 112 vector = PPC_SPECIAL_PURPOSE_REGISTER(FSL_EIS_EPR); 109 113 110 114 if (vector != SPURIOUS) {
Note: See TracChangeset
for help on using the changeset viewer.