OSDN Git Service

arm64: fix ARM64_USER_VA_BITS_52 builds
authorArnd Bergmann <arnd@arndb.de>
Tue, 11 Dec 2018 14:08:10 +0000 (15:08 +0100)
committerWill Deacon <will.deacon@arm.com>
Tue, 11 Dec 2018 20:07:12 +0000 (20:07 +0000)
commit4d08d20f1c94b2da5847d3f9ba6c93ae5b1520c2
tree6a5b0a77f3d08fd31c0d2a7b8af135527efd251e
parent7faa313f05cad184e8b17750f0cbe5216ac6debb
arm64: fix ARM64_USER_VA_BITS_52 builds

In some randconfig builds, the new CONFIG_ARM64_USER_VA_BITS_52
triggered a build failure:

arch/arm64/mm/proc.S:287: Error: immediate out of range

As it turns out, we were incorrectly setting PGTABLE_LEVELS here,
lacking any other default value.
This fixes the calculation of CONFIG_PGTABLE_LEVELS to consider
all combinations again.

Fixes: 68d23da4373a ("arm64: Kconfig: Re-jig CONFIG options for 52-bit VA")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/Kconfig