x86: fpu xstate split cleanup
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
committed by
Ingo Molnar
parent
aa283f4927
commit
1679f2710a
@@ -29,11 +29,10 @@ void free_thread_xstate(struct task_struct *tsk)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void free_thread_info(struct thread_info *ti)
|
||||
{
|
||||
free_thread_xstate(ti->task);
|
||||
free_pages((unsigned long)(ti), get_order(THREAD_SIZE));
|
||||
free_pages((unsigned long)ti, get_order(THREAD_SIZE));
|
||||
}
|
||||
|
||||
void arch_task_cache_init(void)
|
||||
|
Reference in New Issue
Block a user