x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()
Make it clear what the function is about. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Borislav Petkov <bp@suse.de> Reviewed-by: Borislav Petkov <bp@suse.de> Link: https://lkml.kernel.org/r/20210623121455.827979263@linutronix.de
This commit is contained in:
committed by
Borislav Petkov
parent
371071131c
commit
e7ecad17c8
@@ -205,7 +205,7 @@ void flush_thread(void)
|
||||
flush_ptrace_hw_breakpoint(tsk);
|
||||
memset(tsk->thread.tls_array, 0, sizeof(tsk->thread.tls_array));
|
||||
|
||||
fpu__clear_all(&tsk->thread.fpu);
|
||||
fpu_flush_thread();
|
||||
}
|
||||
|
||||
void disable_TSC(void)
|
||||
|
||||
Reference in New Issue
Block a user