diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2021-04-22 01:17:32 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-04-23 01:38:03 +1000 |
commit | 0f197ddce403af33aa7f15af55644549778a9988 (patch) | |
tree | f63d39ccfd48697180790b4e5dd399315c13c611 /arch/powerpc/Kbuild | |
parent | 66d9b7492887d34c711bc05b36c22438acba51b4 (diff) |
powerpc/64s: Fix mm_cpumask memory ordering comment
The memory ordering comment no longer applies, because mm_ctx_id is
no longer used anywhere. At best always been difficult to follow.
It's better to consider the load on which the slbmte depends on, which
the MMU depends on before it can start loading TLBs, rather than a
store which may or may not have a subsequent dependency chain to the
slbmte.
So update the comment and we use the load of the mm's user context ID.
This is much more analogous the radix ordering too, which is good.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210421151733.212858-1-npiggin@gmail.com
Diffstat (limited to 'arch/powerpc/Kbuild')
0 files changed, 0 insertions, 0 deletions