mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
openrisc: remove unused current_regs
Signed-off-by: Jonas Bonn <jonas@southpole.se>
This commit is contained in:
parent
836dc9e3fb
commit
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user