diff options
author | 2023-05-19 12:21:01 +0200 | |
---|---|---|
committer | 2023-06-05 21:11:04 +0200 | |
commit | c1d26c0f0295953d35307f9ee07f3e5295741315 (patch) | |
tree | a46279897beb6d62184fe11a0690561bd788e219 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | time/sched_clock: Provide sched_clock_noinstr() (diff) | |
download | wireguard-linux-c1d26c0f0295953d35307f9ee07f3e5295741315.tar.xz wireguard-linux-c1d26c0f0295953d35307f9ee07f3e5295741315.zip |
arm64/io: Always inline all of __raw_{read,write}[bwlq]()
The next patch will want to use __raw_readl() from a noinstr section
and as such that needs to be marked __always_inline to avoid the
compiler being a silly bugger.
Turns out it already is, but its siblings are not. Finish the work
started in commit e43f1331e2ef913b ("arm64: Ask the compiler to
__always_inline functions used by KVM at HYP") for consistenies sake.
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Valentin Schneider <vschneid@redhat.com>
Tested-by: Michael Kelley <mikelley@microsoft.com> # Hyper-V
Link: https://lore.kernel.org/r/20230519102715.368919762@infradead.org
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions