Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4675
b: refs/heads/master
c: c40504e
h: refs/heads/master
i:
  4673: 7f6edec
  4671: ec3c9fd
v: v3
  • Loading branch information
Benjamin LaHaise authored and Linus Torvalds committed Jul 12, 2005
1 parent 7d7403e commit 66852ee
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 8b8a9da525c592f129ace454c4d82a80b122827a
refs/heads/master: c40504e87e28c52258458a53fefcd63f58e11a42
4 changes: 4 additions & 0 deletions trunk/include/asm-um/mmu_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@

#define deactivate_mm(tsk,mm) do { } while (0)

extern void force_flush_all(void);

static inline void activate_mm(struct mm_struct *old, struct mm_struct *new)
{
if (old != new)
force_flush_all();
}

static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
Expand Down

0 comments on commit 66852ee

Please sign in to comment.