mirror of
https://github.com/apache/nuttx.git
synced 2026-06-12 22:24:12 +08:00
479dda98ed
Summary: - Temporarily disables ARCH_HAVE_FORK for arm64 to address a crash issue, as detailed in https://github.com/apache/nuttx/pull/9755. - This is a precautionary measure until a more permanent solution is implemented. Impact: - Temporarily limits certain functionalities on arm64, but necessary to ensure system stability. Testing: - Successfully tested on QEMU-8.1.2. - Note: please apply the changes from https://github.com/apache/nuttx-apps/pull/1962. Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>