diff options
Diffstat (limited to 'arch/mips/include/asm/system.h')
-rw-r--r-- | arch/mips/include/asm/system.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/system.h b/arch/mips/include/asm/system.h index a2e9239b45aa..23f68b40d4bb 100644 --- a/arch/mips/include/asm/system.h +++ b/arch/mips/include/asm/system.h | |||
@@ -32,6 +32,9 @@ extern asmlinkage void *resume(void *last, void *next, void *next_ti); | |||
32 | 32 | ||
33 | struct task_struct; | 33 | struct task_struct; |
34 | 34 | ||
35 | extern unsigned int ll_bit; | ||
36 | extern struct task_struct *ll_task; | ||
37 | |||
35 | #ifdef CONFIG_MIPS_MT_FPAFF | 38 | #ifdef CONFIG_MIPS_MT_FPAFF |
36 | 39 | ||
37 | /* | 40 | /* |