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
F154498463: D39897.id121311.diff
Tue, Apr 28, 6:32 PM
F154495359: D39897.id121311.diff
Tue, Apr 28, 6:25 PM
F154451534: D39897.diff
Tue, Apr 28, 4:00 PM
Unknown Object (File)
Mon, Apr 27, 7:41 PM
Unknown Object (File)
Mon, Apr 27, 11:46 AM
Unknown Object (File)
Sun, Apr 26, 5:59 AM
Unknown Object (File)
Wed, Apr 8, 2:26 PM
Unknown Object (File)
Feb 7 2026, 5:26 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.