diff options
author | Ingo Molnar <[email protected]> | 2015-05-25 11:59:35 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2015-05-27 14:11:32 +0200 |
commit | 003e2e8b57e79709e4973f6cb48381b2ba396680 (patch) | |
tree | 51c7d2f09c0c053d9bd40e83456f1d268edaff5c /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 9ccc27a5d297503e485373b69688d038a1d8e662 (diff) |
x86/fpu: Standardize the parameter type of copy_kernel_to_fpregs()
Bring the __copy_fpstate_to_fpregs() and copy_fpstate_to_fpregs() functions
in line with the parameter passing convention of other kernel-to-FPU-registers
copying functions: pass around an in-memory FPU register state pointer,
instead of struct fpu *.
NOTE: This patch also changes the assembly constraint of the FXSAVE-leak
workaround from 'fpu->fpregs_active' to 'fpstate' - but that is fine,
as we only need a valid memory address there for the FILDL instruction.
Cc: Andy Lutomirski <[email protected]>
Cc: Bobby Powers <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Fenghua Yu <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions