commit | 03fd5db717918b36a4ac1dbfc197222041608eab | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Sat Mar 14 20:29:44 2015 -0400 |
committer | Olof Johansson <olof@lixom.net> | Fri Apr 03 12:52:47 2015 -0700 |
tree | a8c41082f97f5b447b5de7d8afa3b5c9c6abcf1c | |
parent | 41f26e2d94374f7a31d3dc0b03223df7006a83cd [diff] |
ARM: vexpress: DCSCB: tighten CPU validity assertion Currently the cpu argument validity check uses a hardcoded limit of 4. The DCSCB configuration data provides the actual number of CPUs and we already use it elsewhere. Let's improve the cpu argument validity check by using that information instead. Signed-off-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Olof Johansson <olof@lixom.net>