Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module: small fixes for FreeBSD/aarch64 #14715

Closed
wants to merge 2 commits into from

Commits on Apr 7, 2023

  1. module: resync part of Makefile.bsd

    sha256-armv8.S and sha512-armv8.S need the same treatment as the sse
    bits; removal of -mgeneral-regs-only from flags.
    
    This fixes errors about requiring NEON, which is a difference in clang
    vs. gcc treatment of -mgeneral-regs-only being specified on asm files.
    
    Signed-off-by: Kyle Evans <kevans@FreeBSD.org>
    kevans91 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    ae71a3a View commit details
    Browse the repository at this point in the history
  2. module: freebsd: fix aarch64 fpu handling

    Just like x86, aarch64 needs to use the fpu_kern(9) API around FPU
    usage, otherwise we panic promptly at boot as soon as ZFS attempts to
    do checksum benchmarking.
    
    Signed-off-by: Kyle Evans <kevans@FreeBSD.org>
    kevans91 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    9f62b28 View commit details
    Browse the repository at this point in the history