mirror of
https://github.com/apache/nuttx.git
synced 2026-09-22 22:55:02 +08:00
The remote CPU's IPI handler wrote into the caller's buffer directly, which may not be reachable from the target CPU's address environment under CONFIG_ARCH_ADDRENV. Signed-off-by: liang.huang <liang.huang@houmo.ai>