openrisc: remove unused current_regs
Signed-off-by: Jonas Bonn <jonas@southpole.se>
This commit is contained in:
Родитель
836dc9e3fb
Коммит
1dd2ad7f2b
|
@ -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)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче