1
0
Fork 0

sh: stub __flush_tlb_global() definition for nommu.

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>
hifive-unleashed-5.1
Paul Mundt 2010-08-16 14:53:01 +09:00
parent d5b7fb7bb8
commit a8dc49b51a
1 changed files with 4 additions and 0 deletions

View File

@ -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)
{
}