aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorTomasz Figa <[email protected]>2014-05-26 06:26:03 +0900
committerKukjin Kim <[email protected]>2014-05-31 03:00:25 +0900
commit4c8d819343461d3c3b8d99874cb2ae0ec59ad34a (patch)
tree272909fec673df86763747313e0a916e430a4b46 /tools/perf/scripts/python/syscall-counts.py
parent9dfa92ec4033c348aae6bafc1881e07229fabaa6 (diff)
cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM
Currently Exynos cpufreq drivers rely on globally mapped clock controller registers to configure frequency of CPU cores. This is obviously wrong and will be removed in near future, but to enable support for multi-platform builds without introducing a regression it needs to be worked around. This patch hacks the code to look for clock controller node in device tree and map its registers using of_iomap(), instead of relying on global mapping, so dependencies on platform headers are removed and the driver can compile again with multiplatform support. Signed-off-by: Tomasz Figa <[email protected]> Acked-by: Viresh Kumar <[email protected]> Signed-off-by: Kukjin Kim <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions