]> Git Repo - J-linux.git/blobdiff - arch/mips/mm/init.c
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
[J-linux.git] / arch / mips / mm / init.c
index 3ca20283b31eaf3e9a35a165fe59ed298c5691e2..8ce2983a701526a5f1bdfd243ad61d8b80375b1d 100644 (file)
@@ -537,6 +537,9 @@ unsigned long pgd_current[NR_CPUS];
  * it in the linker script.
  */
 pgd_t swapper_pg_dir[_PTRS_PER_PGD] __section(.bss..swapper_pg_dir);
+#ifndef __PAGETABLE_PUD_FOLDED
+pud_t invalid_pud_table[PTRS_PER_PUD] __page_aligned_bss;
+#endif
 #ifndef __PAGETABLE_PMD_FOLDED
 pmd_t invalid_pmd_table[PTRS_PER_PMD] __page_aligned_bss;
 EXPORT_SYMBOL_GPL(invalid_pmd_table);
This page took 0.0289 seconds and 4 git commands to generate.