Skip to content

Commit 45e0c7a

Browse files
marcanjannau
authored andcommitted
Revert "arm64: defconfig: Enable LPA2 support"
This reverts commit 5d10165. This defconfig is very much broken.
1 parent 626634f commit 45e0c7a

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
@@ -1323,7 +1323,9 @@ endchoice
13231323

13241324
choice
13251325
prompt "Virtual address space size"
1326-
default ARM64_VA_BITS_52
1326+
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
13271329
help
13281330
Allows choosing one of multiple possible virtual address
13291331
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)