projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4efb566
)
x86/mm/pat: Mark __cpa_flush_tlb() as static
author
kbuild test robot
<lkp@intel.com>
Sat, 23 Nov 2019 15:30:23 +0000
(23:30 +0800)
committer
Ingo Molnar
<mingo@kernel.org>
Tue, 10 Dec 2019 09:12:55 +0000
(10:12 +0100)
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>
arch/x86/mm/pat/set_memory.c
patch
|
blob
|
history
diff --git
a/arch/x86/mm/pat/set_memory.c
b/arch/x86/mm/pat/set_memory.c
index d4ab493b16474408229b7b187b1a07ca7cee84d2..20823392f4f256c9ed731c5266073431e30deec2 100644
(file)
--- a/
arch/x86/mm/pat/set_memory.c
+++ b/
arch/x86/mm/pat/set_memory.c
@@
-331,7
+331,7
@@
static void cpa_flush_all(unsigned long cache)
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;
unsigned int i;