map all test and set register into the virtual address space
This commit is contained in:
parent
384a727d63
commit
907eb10e28
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ int RCCE_init(
|
|||
|
||||
#ifdef SCC
|
||||
// compute and memory map addresses of test&set registers for all participating cores
|
||||
for (ue=0; ue<RCCE_NP; ue++) {
|
||||
for (ue=0; ue<RCCE_MAXNP; ue++) {
|
||||
z = Z_PID(RC_COREID[ue]);
|
||||
x = X_PID(RC_COREID[ue]);
|
||||
y = Y_PID(RC_COREID[ue]);
|
||||
|
|
Loading…
Add table
Reference in a new issue