diff options
author | 2023-08-08 15:04:15 -0700 | |
---|---|---|
committer | 2023-08-09 11:58:33 -0700 | |
commit | 185c8f33a048bd04fdedd08e7bd7861a85158834 (patch) | |
tree | f99e88ac38f8c7e73885724735e450769a313478 /tools/perf/scripts/python | |
parent | x86/apic/noop: Tidy up the code (diff) | |
download | wireguard-linux-185c8f33a048bd04fdedd08e7bd7861a85158834.tar.xz wireguard-linux-185c8f33a048bd04fdedd08e7bd7861a85158834.zip |
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 <tglx@linutronix.de>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Reviewed-by: Wei Liu <wei.liu@kernel.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Michael Kelley <mikelley@microsoft.com>
Tested-by: Sohil Mehta <sohil.mehta@intel.com>
Tested-by: Juergen Gross <jgross@suse.com> # Xen PV (dom0 and unpriv. guest)
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions