Browse Source

CRIS: remove unused current_regs

CC: Mikael Starvik <starvik@axis.com>
CC: linux-cris-kernel@axis.com
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Jesper Nilsson 12 years ago
parent
commit
c9ea40cb0c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/cris/include/asm/processor.h

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

@@ -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);