diff options
author | Jonas Bonn <jonas@southpole.se> | 2012-10-25 11:17:00 -0400 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2013-02-10 12:55:29 -0500 |
commit | 1dd2ad7f2b414805de2020d5bf2d5adc3cf6243c (patch) | |
tree | 572d73f038249909aaaf68561fe925fd03213966 | |
parent | 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39 (diff) |
openrisc: remove unused current_regs
Signed-off-by: Jonas Bonn <jonas@southpole.se>
-rw-r--r-- | arch/openrisc/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/openrisc/include/asm/processor.h b/arch/openrisc/include/asm/processor.h index 33691380608e..cab746fa9e87 100644 --- a/arch/openrisc/include/asm/processor.h +++ b/arch/openrisc/include/asm/processor.h | |||
@@ -70,7 +70,6 @@ struct thread_struct { | |||
70 | */ | 70 | */ |
71 | 71 | ||
72 | #define task_pt_regs(task) user_regs(task_thread_info(task)) | 72 | #define task_pt_regs(task) user_regs(task_thread_info(task)) |
73 | #define current_regs() user_regs(current_thread_info()) | ||
74 | 73 | ||
75 | #define INIT_SP (sizeof(init_stack) + (unsigned long) &init_stack) | 74 | #define INIT_SP (sizeof(init_stack) + (unsigned long) &init_stack) |
76 | 75 | ||