|
@@ -70,7 +70,6 @@ struct thread_struct {
|
|
*/
|
|
*/
|
|
|
|
|
|
#define task_pt_regs(task) user_regs(task_thread_info(task))
|
|
#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)
|
|
#define INIT_SP (sizeof(init_stack) + (unsigned long) &init_stack)
|
|
|
|
|