Skip to content

Commit 70af05f

Browse files
marcanjannau
authored andcommitted
Revert "arm64: defconfig: Enable LPA2 support"
This reverts commit 5d10165. This defconfig is very much broken.
1 parent ead4bce commit 70af05f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

arch/arm64/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,9 @@ endchoice
13381338

13391339
choice
13401340
prompt "Virtual address space size"
1341-
default ARM64_VA_BITS_52
1341+
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
13421344
help
13431345
Allows choosing one of multiple possible virtual address
13441346
space sizes. The level of translation table is determined by

arch/arm64/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ CONFIG_ARCH_VEXPRESS=y
7777
CONFIG_ARCH_VISCONTI=y
7878
CONFIG_ARCH_XGENE=y
7979
CONFIG_ARCH_ZYNQMP=y
80+
CONFIG_ARM64_VA_BITS_48=y
8081
CONFIG_SCHED_MC=y
8182
CONFIG_SCHED_SMT=y
8283
CONFIG_NUMA=y

0 commit comments

Comments
 (0)