diff options
author | Will Deacon <[email protected]> | 2017-11-14 14:29:19 +0000 |
---|---|---|
committer | Will Deacon <[email protected]> | 2017-12-11 13:41:00 +0000 |
commit | d1777e686ad10ba7c594304429c6045fb79255a1 (patch) | |
tree | 623e085fa5446b993d2dca09e86d37fa89102964 /tools/perf/scripts/python/syscall-counts.py | |
parent | 4bf3286d29f3a88425d8d8cd53428cbb8f865f04 (diff) |
arm64: erratum: Work around Falkor erratum #E1003 in trampoline code
We rely on an atomic swizzling of TTBR1 when transitioning from the entry
trampoline to the kernel proper on an exception. We can't rely on this
atomicity in the face of Falkor erratum #E1003, so on affected cores we
can issue a TLB invalidation to invalidate the walk cache prior to
jumping into the kernel. There is still the possibility of a TLB conflict
here due to conflicting walk cache entries prior to the invalidation, but
this doesn't appear to be the case on these CPUs in practice.
Reviewed-by: Mark Rutland <[email protected]>
Tested-by: Laura Abbott <[email protected]>
Tested-by: Shanker Donthineni <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions