diff options
Diffstat (limited to 'include/asm-mips/processor.h')
-rw-r--r-- | include/asm-mips/processor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/processor.h b/include/asm-mips/processor.h index 83bc94534084..36f42de59409 100644 --- a/include/asm-mips/processor.h +++ b/include/asm-mips/processor.h | |||
@@ -65,6 +65,8 @@ extern unsigned int vced_count, vcei_count; | |||
65 | #define TASK_UNMAPPED_BASE \ | 65 | #define TASK_UNMAPPED_BASE \ |
66 | (test_thread_flag(TIF_32BIT_ADDR) ? \ | 66 | (test_thread_flag(TIF_32BIT_ADDR) ? \ |
67 | PAGE_ALIGN(TASK_SIZE32 / 3) : PAGE_ALIGN(TASK_SIZE / 3)) | 67 | PAGE_ALIGN(TASK_SIZE32 / 3) : PAGE_ALIGN(TASK_SIZE / 3)) |
68 | #define TASK_SIZE_OF(tsk) \ | ||
69 | (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE) | ||
68 | #endif | 70 | #endif |
69 | 71 | ||
70 | #define NUM_FPU_REGS 32 | 72 | #define NUM_FPU_REGS 32 |