mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
9861d49cd4
Summary: - I noticed that arm64_gic_raise_sgi() is not implemented for GICv2 which is used for SMP + hypervisor such as qemu + kvm. - This commit fixes this issue Impact: - None Testing: - Tested with qemu-7.1 + kvm (linux) and qemu-7.1 + hvf (macOS) Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>