Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273025
b: refs/heads/master
c: c75d053
h: refs/heads/master
i:
  273023: 9144942
v: v3
  • Loading branch information
Al Viro authored and Richard Weinberger committed Nov 2, 2011
1 parent 588ce2a commit 1d239b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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: 5ade8878e03a9a298a71efbf2895aa482e45448a
refs/heads/master: c75d053b701cc098d44b729c8266a2df5ca5206e
2 changes: 0 additions & 2 deletions trunk/arch/um/include/shared/tlb.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@
#include "um_mmu.h"

extern void force_flush_all(void);
extern int flush_tlb_kernel_range_common(unsigned long start,
unsigned long end);

#endif
2 changes: 1 addition & 1 deletion trunk/arch/um/kernel/tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ void fix_range_common(struct mm_struct *mm, unsigned long start_addr,
}
}

int flush_tlb_kernel_range_common(unsigned long start, unsigned long end)
static int flush_tlb_kernel_range_common(unsigned long start, unsigned long end)
{
struct mm_struct *mm;
pgd_t *pgd;
Expand Down

0 comments on commit 1d239b8

Please sign in to comment.