Browse Source

openrisc: remove unused current_regs

Signed-off-by: Jonas Bonn <jonas@southpole.se>
Jonas Bonn 12 years ago
parent
commit
1dd2ad7f2b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/openrisc/include/asm/processor.h

+ 0 - 1
arch/openrisc/include/asm/processor.h

@@ -70,7 +70,6 @@ struct thread_struct {
  */
 
 #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)