commit | b314fd06cf2e55c6cbdda753faeda0c453ee2629 | [log] [tgz] |
---|---|---|
author | Warner Losh <imp@bsdimp.com> | Tue Jun 11 17:41:43 2024 -0600 |
committer | Warner Losh <imp@bsdimp.com> | Tue Jul 23 10:50:55 2024 -0600 |
tree | e7653820070f82d5acf77942fbed409829f1e063 | |
parent | e6e102b972c5228d9d50b3208b83b025ccfd1455 [diff] |
bsd-user: Hard wire aarch64 to be 4k pages only Only support 4k pages for aarch64 binaries. The variable page size stuff isn't working just yet, so put in this lessor-of-evils kludge until that is complete. Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>