commit | e9ed821be48600ea3ec7f7b76e478c769729f83c | [log] [tgz] |
---|---|---|
author | James Morse <james.morse@arm.com> | Fri Oct 05 14:49:16 2018 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Fri Oct 05 17:19:40 2018 +0100 |
tree | 43c4696f00d28695fe57c24d0c0adaf613ed463e | |
parent | 0293c8ba807c8611ea5503f9511029dd9082025a [diff] |
arm64: mm: Use #ifdef for the __PAGETABLE_P?D_FOLDED defines __is_defined(__PAGETABLE_P?D_FOLDED) doesn't quite work as intended as these symbols are internal to asm-generic and aren't defined in the way kconfig expects. This makes them always evaluate to false. Switch to #ifdef. Acked-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: James Morse <james.morse@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>