Skip to content

Commit

Permalink
CRIS: remove unused current_regs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jesper Nilsson committed Sep 10, 2013
1 parent 569fa26 commit c9ea40c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/cris/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit c9ea40c

Please sign in to comment.