We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead4bce commit 70af05fCopy full SHA for 70af05f
2 files changed
arch/arm64/Kconfig
@@ -1338,7 +1338,9 @@ endchoice
1338
1339
choice
1340
prompt "Virtual address space size"
1341
- default ARM64_VA_BITS_52
+ default ARM64_VA_BITS_39 if ARM64_4K_PAGES
1342
+ default ARM64_VA_BITS_47 if ARM64_16K_PAGES
1343
+ default ARM64_VA_BITS_42 if ARM64_64K_PAGES
1344
help
1345
Allows choosing one of multiple possible virtual address
1346
space sizes. The level of translation table is determined by
arch/arm64/configs/defconfig
@@ -77,6 +77,7 @@ CONFIG_ARCH_VEXPRESS=y
77
CONFIG_ARCH_VISCONTI=y
78
CONFIG_ARCH_XGENE=y
79
CONFIG_ARCH_ZYNQMP=y
80
+CONFIG_ARM64_VA_BITS_48=y
81
CONFIG_SCHED_MC=y
82
CONFIG_SCHED_SMT=y
83
CONFIG_NUMA=y
0 commit comments