commit | e66966ef6a08cd3b491ee1df5c6c5d33baaf1f1c | [log] [tgz] |
---|---|---|
author | Larry Bassel <larry.bassel@linaro.org> | Tue Apr 21 12:25:02 2015 -0700 |
committer | Lisa Nguyen <lisa.nguyen@linaro.org> | Wed Apr 22 07:37:20 2015 -0700 |
tree | 095f1b58ac23ff93b98eaa6580b7dcdb64b884e9 | |
parent | b2cc882f1d3c3830e500afd607de1a5be4e231b4 [diff] |
cputopology: add arm capacity calculation test Add test which verifies capacity calculation on arm architecture platforms. This will work on any platform that uses parse_dt_topology() arch hook to set cpu capacity. Currently only arm (not arm64) platforms do this. Signed-off-by: Larry Bassel <larry.bassel@linaro.org> Acked-by: Vincent Guittot <vincent.guittot@linaro.org>