1
0
Fork 0

openrisc: remove unused current_regs

Signed-off-by: Jonas Bonn <jonas@southpole.se>
hifive-unleashed-5.1
Jonas Bonn 2012-10-25 17:17:00 +02:00
parent 836dc9e3fb
commit 1dd2ad7f2b
1 changed files with 0 additions and 1 deletions

View File

@ -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)