Page MenuHomeFreeBSD

stand: back out the most of the horrible aarch64 kludge
ClosedPublic

Authored by imp on May 1 2023, 4:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 1:57 AM
Unknown Object (File)
Mar 15 2024, 9:47 AM
Unknown Object (File)
Mar 15 2024, 9:47 AM
Unknown Object (File)
Mar 15 2024, 9:47 AM
Unknown Object (File)
Mar 11 2024, 11:16 PM
Unknown Object (File)
Mar 11 2024, 1:59 PM
Unknown Object (File)
Jan 15 2024, 4:19 PM
Unknown Object (File)
Jan 14 2024, 9:37 AM
Subscribers

Details

Summary

Add one ifdef to upstrem code and get rid of compiling the horrible
checked-in aarch64 assembler for the boot loader that the loader will
never use. I'll attempt to upstream this and adjust as needed.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.May 1 2023, 4:46 PM
stand/libsa/zfs/Makefile.inc
52

Don't know if these should be here or below. And really only the last one is needed.

stand/libsa/zfs/blake3_impl_hack.c
10

Not sure what crazy name-space pollution makes this FAIL here where all the other isspace stuff just works.

sys/contrib/openzfs/module/icp/algs/blake3/blake3_impl.c
100

btw, this #ifdef is wrong upstream... This should be HAVE_SSE41...

This revision was not accepted when it landed; it landed in state Needs Review.May 1 2023, 9:04 PM
This revision was automatically updated to reflect the committed changes.