commit | 02ac950a115ae819d863ec1d2250b7c262348ede | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 21 16:31:22 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 21 16:32:57 2020 +0100 |
tree | e4f63c4ec73dbff0b92cfa6b2cf400cca027af50 | |
parent | 2c315ee75e1e6a0a58c30637d4c8499c45528c18 [diff] |
CLEANUP: http/h1: rely on HA_UNALIGNED_LE instead of checking for CPU families Now that we have flags indicating the CPU's capabilities, better use them instead of missing some updates for new CPU families (ARMv8 was missing there).