diff options
author | Jungseung Lee <js07.lee@gmail.com> | 2015-05-04 12:33:48 +0200 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2015-05-05 13:22:17 +0200 |
commit | 326a780317d572711f70d53054502e86a1ff5317 (patch) | |
tree | 8364adbda9fd265de90e7f89aee29a35e0526f67 /drivers | |
parent | Revert "arm64: alternative: Allow immediate branch as alternative instruction" (diff) | |
download | linux-326a780317d572711f70d53054502e86a1ff5317.tar.xz linux-326a780317d572711f70d53054502e86a1ff5317.zip |
arm64: mm: Fix build error with CONFIG_SPARSEMEM_VMEMMAP disabled
This fix the below build error:
arch/arm64/mm/dump.c: In function ‘ptdump_init’:
arch/arm64/mm/dump.c:331:18: error: ‘VMEMMAP_START_NR’ undeclared (first use in this function)
address_markers[VMEMMAP_START_NR].start_address =
^
arch/arm64/mm/dump.c:331:18: note: each undeclared identifier is reported only once for each
function it appears in
arch/arm64/mm/dump.c:333:18: error: ‘VMEMMAP_END_NR’ undeclared (first use in this function)
address_markers[VMEMMAP_END_NR].start_address =
^
Acked-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Jungseung Lee <js07.lee@gmail.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions