diff options
| author | Uros Bizjak <[email protected]> | 2020-05-04 17:57:06 +0200 |
|---|---|---|
| committer | Paolo Bonzini <[email protected]> | 2020-05-15 12:26:16 -0400 |
| commit | 551896e0e060ca32947621e353b4918e90b88822 (patch) | |
| tree | e0d09f1d88d063d53422a7aac1b7411b663d9da5 /tools/perf/scripts/python | |
| parent | 62315b639302098c177ad6e3e125fa1809398bee (diff) | |
KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly
Improve handle_external_interrupt_irqoff inline assembly in several ways:
- remove unneeded %c operand modifiers and "$" prefixes
- use %rsp instead of _ASM_SP, since we are in CONFIG_X86_64 part
- use $-16 immediate to align %rsp
- remove unneeded use of __ASM_SIZE macro
- define "ss" named operand only for X86_64
The patch introduces no functional changes.
Cc: Paolo Bonzini <[email protected]>
Cc: Sean Christopherson <[email protected]>
Signed-off-by: Uros Bizjak <[email protected]>
Message-Id: <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions