summaryrefslogtreecommitdiff
path: root/die.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-17die: minor: simplify code a bitDaniel Borkmann1-11/+17
2013-06-14die: minor: Remove trailing whitespaceTobias Klauser1-1/+1
2013-05-17die.h: Add __noreturn attribute to exiting functionsTobias Klauser1-4/+4
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+69
>tools/perf/builtin-sched.c25
1 files changed, 18 insertions, 7 deletions
diff --git a/tools/perf/builtin-sched.c b/tools/perf/builtin-sched.cv class='commit-subject'>powerpc/mm/radix: Update ERAT flushes when invalidating TLB
Three tiny changes to the ERAT flushing logic: First don't make it depend on DD1. It hasn't been decided yet but we might run DD2 in a mode that also requires explicit flushes for performance reasons so make it unconditional. We also add a missing isync, and finally remove the flush from _tlbiel_va as it is only necessary for congruence-class invalidations (PID, LPID and full TLB), not targetted invalidations. Fixes: 96ed1fe511a8 ("powerpc/mm/radix: Invalidate ERAT on tlbiel for POWER9 DD1") Cc: stable@vger.kernel.org # v4.9+ Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>