aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/mm/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/mm/init.c')
-rw-r--r--arch/i386/mm/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/mm/init.c b/arch/i386/mm/init.c
index 167416155ee4..a6a8e397dd88 100644
--- a/arch/i386/mm/init.c
+++ b/arch/i386/mm/init.c
@@ -699,8 +699,8 @@ int remove_memory(u64 start, u64 size)
699#endif 699#endif
700#endif 700#endif
701 701
702kmem_cache_t *pgd_cache; 702struct kmem_cache *pgd_cache;
703kmem_cache_t *pmd_cache; 703struct kmem_cache *pmd_cache;
704 704
705void __init pgtable_cache_init(void) 705void __init pgtable_cache_init(void)
706{ 706{