commit | 33d46a285fab4cd5c03b798e9c7ededd02dbacef | [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 | 7b2722695273d1c507e921b5726d020eb8939c2a [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>