aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/hexagon/include/asm/fixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/hexagon/include/asm/fixmap.h')
-rw-r--r--arch/hexagon/include/asm/fixmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/hexagon/include/asm/fixmap.h b/arch/hexagon/include/asm/fixmap.h
index 933dac167504..97b1b062e750 100644
--- a/arch/hexagon/include/asm/fixmap.h
+++ b/arch/hexagon/include/asm/fixmap.h
@@ -16,7 +16,7 @@
#include <asm-generic/fixmap.h>
#define kmap_get_fixmap_pte(vaddr) \
- pte_offset_kernel(pmd_offset(pud_offset(pgd_offset_k(vaddr), \
- (vaddr)), (vaddr)), (vaddr))
+ pte_offset_kernel(pmd_offset(pud_offset(p4d_offset(pgd_offset_k(vaddr), \
+ (vaddr)), (vaddr)), (vaddr)), (vaddr))
#endif