commit | 7534c2086e0cf9bfc11230098f0719013f46e85a | [log] [tgz] |
---|---|---|
author | Anthony Zhou <anzhou@nvidia.com> | Mon Mar 11 15:50:32 2019 +0800 |
committer | Varun Wadekar <vwadekar@nvidia.com> | Sat Mar 21 19:00:05 2020 -0700 |
tree | 06fd7bc3a33fdeea30f691b289ea6b14dede3d25 | |
parent | 907599cf3b1c1ab3e4ea3b43fb40c6be04e0f17c [diff] |
Tegra194: move cluster and CPU counter to header file. MISRA rules request that the cluster and CPU counter be unsigned values and have a suffix 'U'. If the define located in the makefile, this cannot be done. This patch moves the PLATFORM_CLUSTER_COUNT and PLATFORM_MAX_CPUS_PER_CLUSTER macros to tegra_def.h as a result. Change-Id: I9ef0beb29485729de204b4ffbb5241b039690e5a Signed-off-by: Anthony Zhou <anzhou@nvidia.com>