diff options
Diffstat (limited to 'arch/sparc/include/asm/mmu_32.h')
-rw-r--r-- | arch/sparc/include/asm/mmu_32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/mmu_32.h b/arch/sparc/include/asm/mmu_32.h index ccd36d26615a..6f056e535cf8 100644 --- a/arch/sparc/include/asm/mmu_32.h +++ b/arch/sparc/include/asm/mmu_32.h | |||
@@ -4,4 +4,7 @@ | |||
4 | /* Default "unsigned long" context */ | 4 | /* Default "unsigned long" context */ |
5 | typedef unsigned long mm_context_t; | 5 | typedef unsigned long mm_context_t; |
6 | 6 | ||
7 | /* mm/srmmu.c */ | ||
8 | extern ctxd_t *srmmu_ctx_table_phys; | ||
9 | |||
7 | #endif | 10 | #endif |