Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83131
b: refs/heads/master
c: cbed6c6
h: refs/heads/master
i:
  83129: d5d705f
  83127: 44b508f
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 5, 2008
1 parent 9ca5f1f commit 7371808
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: 6d6f8d52fd0ff5d3660368232f71c3224d7508e1
refs/heads/master: cbed6c6e0f7a52859fd0207ef3ffcf4bfffdbf95
6 changes: 5 additions & 1 deletion trunk/include/asm-alpha/tlbflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ extern void flush_tlb_range(struct vm_area_struct *, unsigned long,

#endif /* CONFIG_SMP */

#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();
}

#endif /* _ALPHA_TLBFLUSH_H */

0 comments on commit 7371808

Please sign in to comment.