Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62437
b: refs/heads/master
c: 8f03d6c
h: refs/heads/master
i:
  62435: 2d87f06
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 22, 2007
1 parent 1c42b3a commit e3a7a89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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: 1048fa52810a5bad542cd4929a702af5e241fa81
refs/heads/master: 8f03d6ce4ee20e7521b69188f6b5a9bb9ba7457f
6 changes: 5 additions & 1 deletion trunk/include/asm-x86_64/tlbflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ static inline void flush_tlb_range(struct vm_area_struct * vma, unsigned long st

#endif

#define flush_tlb_kernel_range(start, end) flush_tlb_all()
static inline void flush_tlb_kernel_range(unsigned long start,
unsigned long end)
{
flush_tlb_all();
}

static inline void flush_tlb_pgtables(struct mm_struct *mm,
unsigned long start, unsigned long end)
Expand Down

0 comments on commit e3a7a89

Please sign in to comment.