Commit 904dbaf
Change the default page size to 64KiB on Aarch64 Linux
This updates the configuration script to set the default page size to
64KiB on Aarch64 Linux. This is motivated by compatibility as a build
configured for a 64KiB page will work on kernels that use the smaller
4KiB or 16KiB pages, whereas the reverse is not true.
To make the configured page size setting more visible, the script now
displays the page size when printing the configuration results.
Users that want to override the page size in to choose a smaller value
can still do so with the --with-lg-pagesize configuration option.1 parent 09ad115 commit 904dbaf
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1709 | 1709 | | |
1710 | 1710 | | |
1711 | 1711 | | |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
1712 | 1717 | | |
1713 | 1718 | | |
1714 | 1719 | | |
| |||
2663 | 2668 | | |
2664 | 2669 | | |
2665 | 2670 | | |
| 2671 | + | |
| 2672 | + | |
2666 | 2673 | | |
2667 | 2674 | | |
2668 | 2675 | | |
| |||
0 commit comments