diff options
Diffstat (limited to 'include/asm-parisc')
-rw-r--r-- | include/asm-parisc/processor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-parisc/processor.h b/include/asm-parisc/processor.h index 6b294fb07a23..3bb06e898fde 100644 --- a/include/asm-parisc/processor.h +++ b/include/asm-parisc/processor.h | |||
@@ -32,7 +32,8 @@ | |||
32 | #endif | 32 | #endif |
33 | #define current_text_addr() ({ void *pc; current_ia(pc); pc; }) | 33 | #define current_text_addr() ({ void *pc; current_ia(pc); pc; }) |
34 | 34 | ||
35 | #define TASK_SIZE (current->thread.task_size) | 35 | #define TASK_SIZE_OF(tsk) ((tsk)->thread.task_size) |
36 | #define TASK_SIZE TASK_SIZE_OF(current) | ||
36 | #define TASK_UNMAPPED_BASE (current->thread.map_base) | 37 | #define TASK_UNMAPPED_BASE (current->thread.map_base) |
37 | 38 | ||
38 | #define DEFAULT_TASK_SIZE32 (0xFFF00000UL) | 39 | #define DEFAULT_TASK_SIZE32 (0xFFF00000UL) |