Commit da9144c5 authored by kbuild test robot's avatar kbuild test robot Committed by Ingo Molnar

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

Signed-off-by: default avatarkbuild test robot <lkp@intel.com>
Link: https://lkml.kernel.org/r/20191123153023.bj6m66scjeubhbjg@4978f4969bb8Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 4efb5664
...@@ -331,7 +331,7 @@ static void cpa_flush_all(unsigned long cache) ...@@ -331,7 +331,7 @@ static void cpa_flush_all(unsigned long cache)
on_each_cpu(__cpa_flush_all, (void *) cache, 1); on_each_cpu(__cpa_flush_all, (void *) cache, 1);
} }
void __cpa_flush_tlb(void *data) static void __cpa_flush_tlb(void *data)
{ {
struct cpa_data *cpa = data; struct cpa_data *cpa = data;
unsigned int i; unsigned int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment