projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5b7fb7
)
sh: stub __flush_tlb_global() definition for nommu.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 16 Aug 2010 05:53:01 +0000
(14:53 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 16 Aug 2010 05:53:01 +0000
(14:53 +0900)
This fixes up the nommu build with a stub definition for
__flush_tlb_global(), now used by the reboot code.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/nommu.c
patch
|
blob
|
history
diff --git
a/arch/sh/mm/nommu.c
b/arch/sh/mm/nommu.c
index 7694f50c90347d619ac1c5a77be8e5d636f2f5fb..36312d254faf3bb7714375b9e60c6844c754ab8e 100644
(file)
--- a/
arch/sh/mm/nommu.c
+++ b/
arch/sh/mm/nommu.c
@@
-67,6
+67,10
@@
void local_flush_tlb_kernel_range(unsigned long start, unsigned long end)
BUG();
}
+void __flush_tlb_global(void)
+{
+}
+
void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte)
{
}