Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62398
b: refs/heads/master
c: 4590295
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 22, 2007
1 parent ea89dd7 commit bdd4d0e
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: bb1995d52b05f7e671914454d0ae57bd4170ef47
refs/heads/master: 459029541d857258dfa9ad29e443d287a74c36fe
6 changes: 5 additions & 1 deletion trunk/include/asm-i386/tlbflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,11 @@ DECLARE_PER_CPU(struct tlb_state, cpu_tlbstate);
native_flush_tlb_others(&mask, mm, va)
#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 bdd4d0e

Please sign in to comment.