Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86/mm/pat: Mark __cpa_flush_tlb() as static

Signed-off-by: kbuild test robot <lkp@intel.com>
Link: https://lkml.kernel.org/r/20191123153023.bj6m66scjeubhbjg@4978f4969bb8
Signed-off-by: Ingo Molnar <mingo@kernel.org>

authored by

kbuild test robot and committed by
Ingo Molnar
da9144c5 4efb5664

+1 -1
+1 -1
arch/x86/mm/pat/set_memory.c
··· 331 331 on_each_cpu(__cpa_flush_all, (void *) cache, 1); 332 332 } 333 333 334 - void __cpa_flush_tlb(void *data) 334 + static void __cpa_flush_tlb(void *data) 335 335 { 336 336 struct cpa_data *cpa = data; 337 337 unsigned int i;