We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae18982 commit 78ea129Copy full SHA for 78ea129
arch/arm/src/common/arm_internal.h
@@ -205,7 +205,7 @@ extern void arm_fullcontextrestore(uint32_t *restoreregs);
205
({ \
206
uint64_t __mpidr = GET_MPIDR(); \
207
__mpidr &= ~(MPIDR_AFFLVL_MASK << MPIDR_AFF ## aff_level ## _SHIFT); \
208
- __mpidr |= (cpu << MPIDR_AFF ## aff_level ## _SHIFT); \
+ __mpidr |= (core << MPIDR_AFF ## aff_level ## _SHIFT); \
209
__mpidr &= MPIDR_ID_MASK; \
210
__mpidr; \
211
})
0 commit comments