x86: fpu xstate split cleanup
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/arch/x86/kernel/process.c b/arch/x86/kernel/process.c
index 0e613e7..3004d71 100644
--- a/arch/x86/kernel/process.c
+++ b/arch/x86/kernel/process.c
@@ -29,11 +29,10 @@
}
}
-
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)