projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
836dc9e
)
openrisc: remove unused current_regs
author
Jonas Bonn
<jonas@southpole.se>
Thu, 25 Oct 2012 15:17:00 +0000
(17:17 +0200)
committer
Jonas Bonn
<jonas@southpole.se>
Sun, 10 Feb 2013 17:55:29 +0000
(18:55 +0100)
Signed-off-by: Jonas Bonn <jonas@southpole.se>
arch/openrisc/include/asm/processor.h
patch
|
blob
|
history
diff --git
a/arch/openrisc/include/asm/processor.h
b/arch/openrisc/include/asm/processor.h
index
3369138
..
cab746f
100644
(file)
--- a/
arch/openrisc/include/asm/processor.h
+++ b/
arch/openrisc/include/asm/processor.h
@@
-70,7
+70,6
@@
struct thread_struct {
*/
#define task_pt_regs(task) user_regs(task_thread_info(task))
-#define current_regs() user_regs(current_thread_info())
#define INIT_SP (sizeof(init_stack) + (unsigned long) &init_stack)