diff options
Diffstat (limited to 'arch/mips/include/asm/uaccess.h')
| -rw-r--r-- | arch/mips/include/asm/uaccess.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/include/asm/uaccess.h b/arch/mips/include/asm/uaccess.h index c2d53c18fd36..653a412c036c 100644 --- a/arch/mips/include/asm/uaccess.h +++ b/arch/mips/include/asm/uaccess.h | |||
| @@ -35,7 +35,9 @@ | |||
| 35 | 35 | ||
| 36 | #ifdef CONFIG_64BIT | 36 | #ifdef CONFIG_64BIT |
| 37 | 37 | ||
| 38 | #define __UA_LIMIT (- TASK_SIZE) | 38 | extern u64 __ua_limit; |
| 39 | |||
| 40 | #define __UA_LIMIT __ua_limit | ||
| 39 | 41 | ||
| 40 | #define __UA_ADDR ".dword" | 42 | #define __UA_ADDR ".dword" |
| 41 | #define __UA_LA "dla" | 43 | #define __UA_LA "dla" |
