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

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>

+4
+4
arch/sh/mm/nommu.c
··· 67 67 BUG(); 68 68 } 69 69 70 + void __flush_tlb_global(void) 71 + { 72 + } 73 + 70 74 void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) 71 75 { 72 76 }