diff options
author | 2019-02-28 17:01:55 -0500 | |
---|---|---|
committer | 2019-03-06 23:24:52 +0100 | |
commit | 3609e31bc8dc03b701390f79c74fc7fe92b95039 (patch) | |
tree | b42c5c548f59df1b89e903b5d64cc03a033f65a8 /tools/perf/scripts/python/stackcollapse.py | |
parent | Revert "x86_64: Increase stack size for KASAN_EXTRA" (diff) | |
download | wireguard-linux-3609e31bc8dc03b701390f79c74fc7fe92b95039.tar.xz wireguard-linux-3609e31bc8dc03b701390f79c74fc7fe92b95039.zip |
x86/mm: Remove unused variable 'cpu'
The commit a2055abe9c67 ("x86/mm: Pass flush_tlb_info to
flush_tlb_others() etc") removed the unnecessary cpu parameter from
uv_flush_tlb_others() but left an unused variable.
arch/x86/mm/tlb.c: In function 'native_flush_tlb_others':
arch/x86/mm/tlb.c:688:16: warning: variable 'cpu' set but not used
[-Wunused-but-set-variable]
unsigned int cpu;
^~~
Fixes: a2055abe9c67 ("x86/mm: Pass flush_tlb_info to flush_tlb_others() etc")
Signed-off-by: Qian Cai <cai@lca.pw>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Andyt Lutomirski <luto@kernel.org>
Cc: dave.hansen@linux.intel.com
Cc: peterz@infradead.org
Cc: bp@alien8.de
Cc: hpa@zytor.com
Link: https://lkml.kernel.org/r/20190228220155.88124-1-cai@lca.pw
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions