Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74083
b: refs/heads/master
c: 1c6b2ca
h: refs/heads/master
i:
  74081: 52d757e
  74079: 8585143
v: v3
  • Loading branch information
Paul Mundt committed Nov 19, 2007
1 parent b6729cb commit 80ac76f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0349337467dc6039dcfb225074944ae944e7b34e
refs/heads/master: 1c6b2ca5e0939bf8b5d1a11f1646f25189ecd447
8 changes: 0 additions & 8 deletions trunk/arch/sh/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,14 +304,6 @@ asmlinkage int __kprobes __do_page_fault(struct pt_regs *regs,
entry = pte_mkdirty(entry);
entry = pte_mkyoung(entry);

#ifdef CONFIG_CPU_SH4
/*
* ITLB is not affected by "ldtlb" instruction.
* So, we need to flush the entry by ourselves.
*/
local_flush_tlb_one(get_asid(), address & PAGE_MASK);
#endif

set_pte(pte, entry);
update_mmu_cache(NULL, address, entry);
ret = 0;
Expand Down

0 comments on commit 80ac76f

Please sign in to comment.