Skip to content

Commit

Permalink
openrisc: remove unused current_regs
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Bonn <jonas@southpole.se>
  • Loading branch information
Jonas Bonn committed Feb 10, 2013
1 parent 836dc9e commit 1dd2ad7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/openrisc/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1dd2ad7

Please sign in to comment.