summaryrefslogtreecommitdiff
path: root/include/asm-generic/pgtable-nop4d.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-generic/pgtable-nop4d.h')
-rw-r--r--include/asm-generic/pgtable-nop4d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-generic/pgtable-nop4d.h b/include/asm-generic/pgtable-nop4d.h
index 04cb913797bc..aebab905e6cd 100644
--- a/include/asm-generic/pgtable-nop4d.h
+++ b/include/asm-generic/pgtable-nop4d.h
@@ -26,6 +26,7 @@ static inline void pgd_clear(pgd_t *pgd) { }
#define p4d_ERROR(p4d) (pgd_ERROR((p4d).pgd))
#define pgd_populate(mm, pgd, p4d) do { } while (0)
+#define pgd_populate_safe(mm, pgd, p4d) do { } while (0)
/*
* (p4ds are folded into pgds so this doesn't get actually called,
* but the define is needed for a generic inline function.)