CRIS: remove unused current_regs
authorJesper Nilsson <[email protected]>
Tue, 16 Apr 2013 14:06:23 +0000 (16:06 +0200)
committerJesper Nilsson <[email protected]>
Tue, 10 Sep 2013 15:29:20 +0000 (17:29 +0200)
CC: Mikael Starvik <[email protected]>
CC: [email protected]
Signed-off-by: Jonas Bonn <[email protected]>
Signed-off-by: Jesper Nilsson <[email protected]>
arch/cris/include/asm/processor.h

index c0a29b96b92b032fdcdddb47702e3383724781e8..15b815df29c165809c4e6e229ede6a077d9e8e71 100644 (file)
@@ -47,7 +47,6 @@ struct task_struct;
  */
 
 #define task_pt_regs(task) user_regs(task_thread_info(task))
-#define current_regs() task_pt_regs(current)
 
 unsigned long get_wchan(struct task_struct *p);