diff options
author | 2018-03-21 15:07:49 +0100 | |
---|---|---|
committer | 2018-06-04 00:39:15 +1000 | |
commit | 48bdcace599b8e6241735a40fdb418a8471db089 (patch) | |
tree | 5ce635639970c4dc0ef86d7225face67d311e442 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | powerpc/mm: constify FIRST_CONTEXT in mmu_context_nohash (diff) | |
download | linux-rng-48bdcace599b8e6241735a40fdb418a8471db089.tar.xz linux-rng-48bdcace599b8e6241735a40fdb418a8471db089.zip |
powerpc/mm: Avoid unnecessary test and reduce code size
no_selective_tlbil hence the use of either steal_all_contexts()
or steal_context_up() depends on the subarch, it won't change
during run. Only the 8xx uses steal_all_contexts and CONFIG_PPC_8xx
is exclusive of other processors.
This patch replaces the test of no_selective_tlbil global var by
a test of CONFIG_PPC_8xx selection. It avoids the test and
removes unnecessary code.
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions