Page MenuHomeFreeBSD

Make arm64 32-bit mode compile with COMPAT_43
ClosedPublic

Authored by imp on Aug 8 2019, 5:35 PM.
Tags
None
Referenced Files
F107197109: D21192.diff
Sat, Jan 11, 12:48 PM
Unknown Object (File)
Sun, Dec 29, 7:08 PM
Unknown Object (File)
Nov 23 2024, 4:00 AM
Unknown Object (File)
Nov 23 2024, 12:46 AM
Unknown Object (File)
Sep 20 2024, 10:34 PM
Unknown Object (File)
Sep 18 2024, 4:09 PM
Unknown Object (File)
Sep 1 2024, 1:35 AM
Unknown Object (File)
Aug 22 2024, 6:14 PM
Subscribers

Details

Summary

The COMPAT_43 option isn't quite like the other compat options, and arm64 makes
attempts to support it in 64-bit mode. In 32-bit compat mode, however, two
syscall implementations that COMPAT_FREEBSD32 assumes will be there are
missing. Provide implementations for these: ofreebsd32_sigreturn (which we'll
never encounter, so implement it as nosys as is done in kern_sig.c) and
ofreebsd32_getpagesize, where we'll always return 4096 since that's the only
PAGE_SIZE we support, similar to how the ia32 implementation does things.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 25753
Build 24332: arc lint + arc unit