diff options
author | Tom Lendacky <[email protected]> | 2018-01-10 13:25:56 -0600 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2018-01-16 01:50:58 +0100 |
commit | 1303880179e67c59e801429b7e5d0f6b21137d99 (patch) | |
tree | 5102d68b981799f01f378691984fc8a3d2522111 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 327867faa4d66628fcd92a843adb3345736a5313 (diff) |
x86/mm: Clean up register saving in the __enc_copy() assembly code
Clean up the use of PUSH and POP and when registers are saved in the
__enc_copy() assembly function in order to improve the readability of the code.
Move parameter register saving into general purpose registers earlier
in the code and move all the pushes to the beginning of the function
with corresponding pops at the end.
We do this to prepare fixes.
Tested-by: Gabriel Craciunescu <[email protected]>
Signed-off-by: Tom Lendacky <[email protected]>
Reviewed-by: Borislav Petkov <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Brijesh Singh <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions