diff options
Diffstat (limited to 'arch/arm64/kernel/head.S')
-rw-r--r-- | arch/arm64/kernel/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/kernel/head.S b/arch/arm64/kernel/head.S index 847b99daad79..019f81d9f1d5 100644 --- a/arch/arm64/kernel/head.S +++ b/arch/arm64/kernel/head.S | |||
@@ -484,7 +484,7 @@ ENDPROC(__calc_phys_offset) | |||
484 | * Returns: pud | 484 | * Returns: pud |
485 | */ | 485 | */ |
486 | .macro create_pud_entry, pgd, tbl, virt, pud, tmp1, tmp2 | 486 | .macro create_pud_entry, pgd, tbl, virt, pud, tmp1, tmp2 |
487 | #ifdef CONFIG_ARM64_4_LEVELS | 487 | #if CONFIG_ARM64_PGTABLE_LEVELS == 4 |
488 | add \tbl, \tbl, #PAGE_SIZE // bump tbl 1 page up. | 488 | add \tbl, \tbl, #PAGE_SIZE // bump tbl 1 page up. |
489 | // to make room for pud | 489 | // to make room for pud |
490 | add \pud, \pgd, #PAGE_SIZE // pgd points to pud which | 490 | add \pud, \pgd, #PAGE_SIZE // pgd points to pud which |