commit | 1507d41a08e5c80e83423e9668556fea7208ad98 | [log] [tgz] |
---|---|---|
author | David Pu <dpu@nvidia.com> | Fri Feb 22 02:15:57 2019 -0800 |
committer | David Pu <dpu@nvidia.com> | Thu Feb 28 09:58:16 2019 -0800 |
tree | 019ae976cf0d62d7283e0bd514e1006ad63cd816 | |
parent | c1ff078670c94ea74d2eadc7551ec19dbb555c36 [diff] |
xlat_tables_v2: get unmap action type with helper function. This patch introduces helper function 'xlat_tables_unmap_region_action' to get the required action type from given arguments when unmapping the specified region. it reduces cyclomatic code complexity in xlat_tables_unmap_region function. Cyclomatic complexity calculated using 'Coverity' fixes arm-software/tf-issues#673 Signed-off-by: David Pu <dpu@nvidia.com>