Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123087
b: refs/heads/master
c: 1a37a3f
h: refs/heads/master
i:
  123085: 094fa20
  123083: 9d59252
  123079: 6b6b465
  123071: 276ad40
v: v3
  • Loading branch information
Benjamin Herrenschmidt authored and Paul Mackerras committed Dec 16, 2008
1 parent 54eb842 commit e9d3980
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a58f053b93e15b68e7b5f442316329f68269c8d5
refs/heads/master: 1a37a3fd7f12d8f9f720cceec84e23152e116668
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/include/asm/tlbflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ extern void _tlbil_va(unsigned long address, unsigned int pid);
extern void _tlbia(void);
#endif

static inline void local_flush_tlb_mm(struct mm_struct *mm)
{
_tlbil_pid(mm->context.id);
}

static inline void flush_tlb_mm(struct mm_struct *mm)
{
_tlbil_pid(mm->context.id);
Expand Down

0 comments on commit e9d3980

Please sign in to comment.