]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Kconfig: remove redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE definition
authorYang Shi <yang.shi@linaro.org>
Mon, 18 Apr 2016 18:16:14 +0000 (11:16 -0700)
committerWill Deacon <will.deacon@arm.com>
Wed, 20 Apr 2016 11:16:50 +0000 (12:16 +0100)
commite68133ca2db9aeeba7d693487109ee3b0c5023ed
treec1f718d93a0668850414e0d7e0888b23215c172f
parentd9c71a12534af867a1e096165f4957542272e99a
arm64: Kconfig: remove redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE definition

HAVE_ARCH_TRANSPARENT_HUGEPAGE has been defined in arch/Kconfig already,
the ARM64 version is identical with it and the default value is Y. So remove
the redundant definition and just select it under CONFIG_ARM64.

Signed-off-by: Yang Shi <yang.shi@linaro.org>
[will: sort into alphabetical order whilst I'm resolving conflicts]
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/Kconfig