commit | d13b014757998061b5568f3ec16c323e30f5e28f | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Jun 17 11:15:34 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 14 18:03:16 2015 -0600 |
tree | dd9f729d8aad1da238271df2be85d08c04ff7435 | |
parent | 6bd2446fe08440a82be44fdf7ffa8a0596af5cc1 [diff] |
dm: cpu: Add a new get_count method to cpu uclass Introduce a new method 'get_count' in the UCLASS_CPU ops to get the number of CPUs in the system. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>