Skip to content

Commit 19b059e

Browse files
marcanjannau
authored andcommitted
Revert "arm64: defconfig: Enable LPA2 support"
This reverts commit 5d10165. This defconfig is very much broken.
1 parent 56d1d5b commit 19b059e

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
@@ -1278,7 +1278,9 @@ endchoice
12781278

12791279
choice
12801280
prompt "Virtual address space size"
1281-
default ARM64_VA_BITS_52
1281+
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
12821284
help
12831285
Allows choosing one of multiple possible virtual address
12841286
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
@@ -76,6 +76,7 @@ CONFIG_ARCH_VEXPRESS=y
7676
CONFIG_ARCH_VISCONTI=y
7777
CONFIG_ARCH_XGENE=y
7878
CONFIG_ARCH_ZYNQMP=y
79+
CONFIG_ARM64_VA_BITS_48=y
7980
CONFIG_SCHED_MC=y
8081
CONFIG_SCHED_SMT=y
8182
CONFIG_NUMA=y

0 commit comments

Comments
 (0)