commit | c3c2e93753484bb4e935ed8205c1f569907f5970 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Wed May 24 16:08:18 2023 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Aug 02 22:22:18 2023 +1000 |
tree | 55a5f271fb496d435ae6b1c36766c125d9c5e7fb | |
parent | ab481817912ec5c882a6a42ce12c57aed3cfd506 [diff] |
powerpc: Account mm_cpumask and active_cpus in init_mm init_mm mm_cpumask and context.active_cpus is not maintained at boot and hotplug. This seems to be harmless because init_mm does not have a userspace and so never gets user TLBs flushed, but it looks odd and it prevents some sanity checks being added. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230524060821.148015-2-npiggin@gmail.com