commit | 3d81d7f23fa349d7fdf8a8a8d9eae73e14e6e60f | [log] [tgz] |
---|---|---|
author | Huifeng Zhang <Huifeng.Zhang@arm.com> | Tue Jul 05 14:13:23 2022 +0800 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Fri Sep 09 16:36:37 2022 +0000 |
tree | d7c71a0732f690bde4c87b500c7dc23b30cf11b5 | |
parent | 68b10e8572d9ad4633a8c9f71e9ebf48bb8019ee [diff] |
arch: arm64: fix the wrong way to send ipi interrupt On GICv3, when we send an IPI interrupt, aff3, aff2 and aff1 should be assigned a value corespond to a PE for which interrupt will be generated. target_list only corresponds to aff0. On real hardware, aff3, aff2, aff1 and aff0 should be treated as a whole to determine a PE. Signed-off-by: Huifeng Zhang <Huifeng.Zhang@arm.com>