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)
Mon, May 18, 12:17 AM
Unknown Object (File)
Mon, May 18, 12:17 AM
Unknown Object (File)
Sun, May 17, 11:48 PM
Unknown Object (File)
Sun, May 17, 2:27 PM
Unknown Object (File)
Sat, May 2, 12:28 PM
Unknown Object (File)
Tue, Apr 28, 6:32 PM
Unknown Object (File)
Tue, Apr 28, 6:25 PM
Unknown Object (File)
Tue, Apr 28, 4:00 PM
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.