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