aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/mm/pgd.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/mm/pgd.c')
-rw-r--r--arch/arm64/mm/pgd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/mm/pgd.c b/arch/arm64/mm/pgd.c
index 371c5f03a170..051e71ec3335 100644
--- a/arch/arm64/mm/pgd.c
+++ b/arch/arm64/mm/pgd.c
@@ -26,7 +26,7 @@
26#include <asm/page.h> 26#include <asm/page.h>
27#include <asm/tlbflush.h> 27#include <asm/tlbflush.h>
28 28
29static struct kmem_cache *pgd_cache; 29static struct kmem_cache *pgd_cache __ro_after_init;
30 30
31pgd_t *pgd_alloc(struct mm_struct *mm) 31pgd_t *pgd_alloc(struct mm_struct *mm)
32{ 32{