diff options
author | Jesper Nilsson <jespern@axis.com> | 2013-04-16 10:06:23 -0400 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2013-09-10 11:29:20 -0400 |
commit | c9ea40cb0cf67c13336e36f46fa757f8d79d5256 (patch) | |
tree | bc9e10da55f8f00107a24a63412401660d45d842 /arch/cris/include | |
parent | 569fa26319203a41238e83340c54639eadfea89b (diff) |
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>
Diffstat (limited to 'arch/cris/include')
-rw-r--r-- | arch/cris/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/cris/include/asm/processor.h b/arch/cris/include/asm/processor.h index c0a29b96b92b..15b815df29c1 100644 --- a/arch/cris/include/asm/processor.h +++ b/arch/cris/include/asm/processor.h | |||
@@ -47,7 +47,6 @@ struct task_struct; | |||
47 | */ | 47 | */ |
48 | 48 | ||
49 | #define task_pt_regs(task) user_regs(task_thread_info(task)) | 49 | #define task_pt_regs(task) user_regs(task_thread_info(task)) |
50 | #define current_regs() task_pt_regs(current) | ||
51 | 50 | ||
52 | unsigned long get_wchan(struct task_struct *p); | 51 | unsigned long get_wchan(struct task_struct *p); |
53 | 52 | ||