openrisc: remove unused current_regs
authorJonas Bonn <jonas@southpole.se>
Thu, 25 Oct 2012 15:17:00 +0000 (17:17 +0200)
committerJonas Bonn <jonas@southpole.se>
Sun, 10 Feb 2013 17:55:29 +0000 (18:55 +0100)
Signed-off-by: Jonas Bonn <jonas@southpole.se>
arch/openrisc/include/asm/processor.h

index 3369138..cab746f 100644 (file)
@@ -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)