commit | 0dfe59fe77ed571f23aefb70a3a226c3e1779862 | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Mon Jun 05 20:05:36 2023 +1000 |
committer | Nicholas Piggin <npiggin@gmail.com> | Fri May 24 09:34:41 2024 +1000 |
tree | 188af80d660c72798ece19f6cbfdfdd49234b535 | |
parent | 2736432ffc30b74fc72858854e62b62253b685ff [diff] |
target/ppc: add SMT support to msgsnd broadcast msgsnd has a broadcast mode that sends hypervisor doorbells to all threads belonging to the same core as the target. A "subcore" mode sends to all or one thread depending on 1LPAR mode. Reviewed-by: Glenn Miles <milesg@linux.ibm.com> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>