map all test and set register into the virtual address space

This commit is contained in:
Stefan Lankes 2011-10-05 13:22:51 -07:00
parent 384a727d63
commit 907eb10e28

View file

@ -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]);