commit | a8dc49b51ace4ff80cb764c250338cb9b311fb14 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Aug 16 14:53:01 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Aug 16 14:53:01 2010 +0900 |
tree | 4b00abf022faaf4e29397479b22211361905b70c | |
parent | d5b7fb7bb8a014ee96cd39b410fc57a7dc239a91 [diff] [blame] |
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>
diff --git a/arch/sh/mm/nommu.c b/arch/sh/mm/nommu.c index 7694f50..36312d2 100644 --- a/arch/sh/mm/nommu.c +++ b/arch/sh/mm/nommu.c
@@ -67,6 +67,10 @@ BUG(); } +void __flush_tlb_global(void) +{ +} + void __update_tlb(struct vm_area_struct *vma, unsigned long address, pte_t pte) { }