aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/timerlist.py
diff options
context:
space:
mode:
authorDmitry Osipenko <[email protected]>2019-06-03 21:59:42 +0300
committerDaniel Lezcano <[email protected]>2019-06-25 19:49:18 +0200
commit6b349c3624d230f4bd692d57d8203a407f52b646 (patch)
treede6730ff106e00742ab025e5f3ab233db7c1d6ca /scripts/gdb/linux/timerlist.py
parent77d57d1d8016696daaf5614c070ac01c9652f4ce (diff)
clocksource/drivers/tegra: Replace readl/writel with relaxed versions
The readl/writel functions are inserting memory barrier to ensure that outstanding memory writes are completed, this results in L2 cache syncing being done on Tegra20 and Tegra30 which isn't a very cheap operation. Replace all readl/writel occurrences in the code with the relaxed versions since there is no need for the memory-access syncing. Signed-off-by: Dmitry Osipenko <[email protected]> Acked-By: Peter De Schrijver <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/timerlist.py')
0 files changed, 0 insertions, 0 deletions