diff options
| author | James Hogan <james.hogan@imgtec.com> | 2017-02-02 13:50:39 +0000 |
|---|---|---|
| committer | James Hogan <james.hogan@imgtec.com> | 2017-02-03 15:20:40 +0000 |
| commit | adb0b25f780d543efb57738bcc525045a180e058 (patch) | |
| tree | a84e23e88f312904e92f9519c9cb357afe2f1566 /arch/mips/mm/init.c | |
| parent | 5a6da5f78431f6b172078eb5bd524187833f360b (diff) | |
| parent | 7170bdc777556dad87f92e6a73a6cc557bf3290e (diff) | |
Merge MIPS prerequisites
Merge in MIPS prerequisites from GVA page tables and GPA page tables
series. The same branch can also merge into the MIPS tree.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Diffstat (limited to 'arch/mips/mm/init.c')
| -rw-r--r-- | arch/mips/mm/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c index e86ebcf5c071..653569bc0da7 100644 --- a/arch/mips/mm/init.c +++ b/arch/mips/mm/init.c @@ -538,5 +538,6 @@ unsigned long pgd_current[NR_CPUS]; pgd_t swapper_pg_dir[_PTRS_PER_PGD] __section(.bss..swapper_pg_dir); #ifndef __PAGETABLE_PMD_FOLDED pmd_t invalid_pmd_table[PTRS_PER_PMD] __page_aligned_bss; +EXPORT_SYMBOL_GPL(invalid_pmd_table); #endif pte_t invalid_pte_table[PTRS_PER_PTE] __page_aligned_bss; |
