We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d1d5b commit 19b059eCopy full SHA for 19b059e
2 files changed
arch/arm64/Kconfig
@@ -1278,7 +1278,9 @@ endchoice
1278
1279
choice
1280
prompt "Virtual address space size"
1281
- default ARM64_VA_BITS_52
+ default ARM64_VA_BITS_39 if ARM64_4K_PAGES
1282
+ default ARM64_VA_BITS_47 if ARM64_16K_PAGES
1283
+ default ARM64_VA_BITS_42 if ARM64_64K_PAGES
1284
help
1285
Allows choosing one of multiple possible virtual address
1286
space sizes. The level of translation table is determined by
arch/arm64/configs/defconfig
@@ -76,6 +76,7 @@ CONFIG_ARCH_VEXPRESS=y
76
CONFIG_ARCH_VISCONTI=y
77
CONFIG_ARCH_XGENE=y
78
CONFIG_ARCH_ZYNQMP=y
79
+CONFIG_ARM64_VA_BITS_48=y
80
CONFIG_SCHED_MC=y
81
CONFIG_SCHED_SMT=y
82
CONFIG_NUMA=y
0 commit comments