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)
Thu, Sep 10, 1:37 PM
Unknown Object (File)
Sun, Sep 6, 3:56 PM
Unknown Object (File)
Sun, Sep 6, 3:22 AM
Unknown Object (File)
Sun, Sep 6, 2:06 AM
Unknown Object (File)
Sat, Sep 5, 10:31 PM
Unknown Object (File)
Sat, Sep 5, 9:08 AM
Unknown Object (File)
Thu, Sep 3, 1:09 PM
Unknown Object (File)
Thu, Sep 3, 8:59 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.