diff options
author | Thomas Gleixner <[email protected]> | 2023-08-08 15:04:15 -0700 |
---|---|---|
committer | Dave Hansen <[email protected]> | 2023-08-09 11:58:33 -0700 |
commit | 185c8f33a048bd04fdedd08e7bd7861a85158834 (patch) | |
tree | f99e88ac38f8c7e73885724735e450769a313478 /arch/x86/xen/enlighten_hvm.c | |
parent | 3600ceb0df845beb7a204ab599aaff1213129314 (diff) |
x86/apic: Remove pointless arguments from [native_]eoi_write()
Every callsite hands in the same constants which is a pointless exercise
and cannot be optimized by the compiler due to the indirect calls.
Use the constants in the eoi() callbacks and remove the arguments.
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Dave Hansen <[email protected]>
Reviewed-by: Wei Liu <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Tested-by: Michael Kelley <[email protected]>
Tested-by: Sohil Mehta <[email protected]>
Tested-by: Juergen Gross <[email protected]> # Xen PV (dom0 and unpriv. guest)
Diffstat (limited to 'arch/x86/xen/enlighten_hvm.c')
0 files changed, 0 insertions, 0 deletions