Skip to content

Commit

Permalink
Build arm64 with 64K page size
Browse files Browse the repository at this point in the history
This should work on kernels with 64k pages, while also working on nodes with 4k or 16k page size.

Ref: k3s-io/k3s#7335

Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Apr 25, 2023
1 parent 71b4053 commit 2515217
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildroot/arm64config
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ BR2_cortex_a53=y
# BR2_ARM_FPU_VFPV4 is not set
# BR2_ARM_FPU_VFPV4D16 is not set
BR2_ARM_FPU_FP_ARMV8=y
BR2_ARM64_PAGE_SIZE_4K=y
# BR2_ARM64_PAGE_SIZE_64K is not set
BR2_ARM64_PAGE_SIZE="4K"
# BR2_ARM64_PAGE_SIZE_4K is not set
BR2_ARM64_PAGE_SIZE_64K=y
BR2_ARM64_PAGE_SIZE="64K"

0 comments on commit 2515217

Please sign in to comment.