mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 11:41:51 +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>