projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
569fa26
)
CRIS: remove unused current_regs
author
Jesper Nilsson
<jespern@axis.com>
Tue, 16 Apr 2013 14:06:23 +0000
(16:06 +0200)
committer
Jesper Nilsson
<jespern@axis.com>
Tue, 10 Sep 2013 15:29:20 +0000
(17:29 +0200)
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>
arch/cris/include/asm/processor.h
patch
|
blob
|
history
diff --git
a/arch/cris/include/asm/processor.h
b/arch/cris/include/asm/processor.h
index c0a29b96b92b032fdcdddb47702e3383724781e8..15b815df29c165809c4e6e229ede6a077d9e8e71 100644
(file)
--- a/
arch/cris/include/asm/processor.h
+++ b/
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);