We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626634f commit 45e0c7aCopy full SHA for 45e0c7a
2 files changed
arch/arm64/Kconfig
@@ -1323,7 +1323,9 @@ endchoice
1323
1324
choice
1325
prompt "Virtual address space size"
1326
- default ARM64_VA_BITS_52
+ default ARM64_VA_BITS_39 if ARM64_4K_PAGES
1327
+ default ARM64_VA_BITS_47 if ARM64_16K_PAGES
1328
+ default ARM64_VA_BITS_42 if ARM64_64K_PAGES
1329
help
1330
Allows choosing one of multiple possible virtual address
1331
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