ARM: vexpress: DCSCB: tighten CPU validity assertion
authorNicolas Pitre <nicolas.pitre@linaro.org>
Sun, 15 Mar 2015 00:29:44 +0000 (20:29 -0400)
committerOlof Johansson <olof@lixom.net>
Fri, 3 Apr 2015 19:52:47 +0000 (12:52 -0700)
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>

No differences found