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
F110369232: D39897.diff
Mon, Feb 17, 10:56 AM
Unknown Object (File)
Fri, Feb 7, 12:16 PM
Unknown Object (File)
Sun, Feb 2, 5:22 PM
Unknown Object (File)
Wed, Jan 22, 1:19 AM
Unknown Object (File)
Jan 18 2025, 3:13 AM
Unknown Object (File)
Jan 9 2025, 6:48 PM
Unknown Object (File)
Jan 7 2025, 9:49 AM
Unknown Object (File)
Dec 2 2024, 3:15 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 51272
Build 48163: arc lint + arc unit

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.