commit | 4dfea4b5cd68b86dd47d1333f1871a402087deaa | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Aug 08 00:52:08 2019 -0700 |
committer | Andes <uboot@andestech.com> | Tue Sep 03 09:29:43 2019 +0800 |
tree | 6bc15ae519a7cf845843ea5be741241f42f4c60b | |
parent | d22c8be964a870f59d2fdab6c67cefa0c4799364 [diff] |
riscv: cpu: Skip unavailable hart in the get_count() op We should not count in hart that is marked as not available in the device tree in riscv_cpu_get_count(). Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Rick Chen <rick@andestech.com> Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>