Commit c9ea40cb authored by Jesper Nilsson's avatar Jesper Nilsson

CRIS: remove unused current_regs

CC: Mikael Starvik <starvik@axis.com>
CC: linux-cris-kernel@axis.com
Signed-off-by: default avatarJonas Bonn <jonas@southpole.se>
Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
parent 569fa263
...@@ -47,7 +47,6 @@ struct task_struct; ...@@ -47,7 +47,6 @@ struct task_struct;
*/ */
#define task_pt_regs(task) user_regs(task_thread_info(task)) #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); unsigned long get_wchan(struct task_struct *p);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment