commit | 1dd2ad7f2b414805de2020d5bf2d5adc3cf6243c | [log] [tgz] |
---|---|---|
author | Jonas Bonn <jonas@southpole.se> | Thu Oct 25 17:17:00 2012 +0200 |
committer | Jonas Bonn <jonas@southpole.se> | Sun Feb 10 18:55:29 2013 +0100 |
tree | 572d73f038249909aaaf68561fe925fd03213966 | |
parent | 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39 [diff] |
openrisc: remove unused current_regs Signed-off-by: Jonas Bonn <jonas@southpole.se>
diff --git a/arch/openrisc/include/asm/processor.h b/arch/openrisc/include/asm/processor.h index 3369138..cab746f 100644 --- a/arch/openrisc/include/asm/processor.h +++ b/arch/openrisc/include/asm/processor.h
@@ -70,7 +70,6 @@ */ #define task_pt_regs(task) user_regs(task_thread_info(task)) -#define current_regs() user_regs(current_thread_info()) #define INIT_SP (sizeof(init_stack) + (unsigned long) &init_stack)