diff options
Diffstat (limited to 'include/asm-x86/pgtable_32.h')
-rw-r--r-- | include/asm-x86/pgtable_32.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-x86/pgtable_32.h b/include/asm-x86/pgtable_32.h index ca7b150ca8b7..7b61cb5989b0 100644 --- a/include/asm-x86/pgtable_32.h +++ b/include/asm-x86/pgtable_32.h | |||
@@ -31,8 +31,7 @@ extern spinlock_t pgd_lock; | |||
31 | extern struct page *pgd_list; | 31 | extern struct page *pgd_list; |
32 | void check_pgt_cache(void); | 32 | void check_pgt_cache(void); |
33 | 33 | ||
34 | void pmd_ctor(struct kmem_cache *, void *); | 34 | static inline void pgtable_cache_init(void) {} |
35 | void pgtable_cache_init(void); | ||
36 | void paging_init(void); | 35 | void paging_init(void); |
37 | 36 | ||
38 | 37 | ||