Skip to content

Commit 22c1675

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

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
@@ -1320,7 +1320,9 @@ endchoice
13201320

13211321
choice
13221322
prompt "Virtual address space size"
1323-
default ARM64_VA_BITS_52
1323+
default ARM64_VA_BITS_39 if ARM64_4K_PAGES
1324+
default ARM64_VA_BITS_47 if ARM64_16K_PAGES
1325+
default ARM64_VA_BITS_42 if ARM64_64K_PAGES
13241326
help
13251327
Allows choosing one of multiple possible virtual address
13261328
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)