commit | 855b0b22d0e87441a06e227d7970774c491447e7 | [log] [tgz] |
---|---|---|
author | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Fri Nov 23 13:19:33 2018 +0000 |
committer | Antonio Nino Diaz <antonio.ninodiaz@arm.com> | Tue Dec 11 19:48:35 2018 +0000 |
tree | 6628a1e20864fc933dc664065c3d1e96ddf494e2 | |
parent | 1b97b116308005103b3ff037b4bc6a2533e57174 [diff] |
Remove MPIDR_{CLUSTER,CPU}_ID macros from arch.h Hardcoding CPU to affinity level 0 and cluster to level 1 isn't correct. This patch removes the definitions from arch.h to prevent more tests from making this assumption. It doesn't fix the tests that are already using them as it may be needed to do more changes to make the tests truly generic. Change-Id: I3e5362ef7db7769f7db98ba68ad3842f5baa3e60 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>