aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/signal.c
diff options
context:
space:
mode:
authorMark Rutland <mark.rutland@arm.com>2016-08-08 11:12:07 +0100
committerWill Deacon <will.deacon@arm.com>2016-08-22 10:00:48 +0100
commit0a7d87a7776e2616334473c4209e277b6ca300e5 (patch)
treea12bbd3d31a938b31f35720ee3e9c85f2b301dee /arch/arm64/kernel/signal.c
parentLinux 4.8-rc3 (diff)
downloadlinux-dev-0a7d87a7776e2616334473c4209e277b6ca300e5.tar.xz
linux-dev-0a7d87a7776e2616334473c4209e277b6ca300e5.zip
arm64: hibernate: reduce TLB maintenance scope
In break_before_make_ttbr_switch we perform broadcast TLB maintenance for the inner shareable domain, and use a DSB ISH to complete this. However, at the point we execute this, secondary CPUs are either physically offline, or executing code outside of the kernel. Upon entering the kernel, secondary CPUs will invalidate their TLBs before enabling their MMUs. Thus we do not need to invalidate TLBs of other CPUs, and as with idmap_cpu_replace_ttbr1 we can reduce the scope of maintenance to the TLBs of the local CPU. This keeps our TLB maintenance code consistent, and is a minor optimisation. Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Acked-by: James Morse <james.morse@arm.com> Signed-off-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/kernel/signal.c')
0 files changed, 0 insertions, 0 deletions