Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64552
b: refs/heads/master
c: 17a82e9
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Aug 27, 2007
1 parent 96007b0 commit e82073c
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: 4f1296a5169c13b2c1f76c1446aaf361e8519050
refs/heads/master: 17a82e932d67e2885d9fa18d4656ff53337b1130
6 changes: 5 additions & 1 deletion trunk/include/asm-sparc/tlbflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ BTFIXUPDEF_CALL(void, flush_tlb_page, struct vm_area_struct *, unsigned long)
/*
* This is a kludge, until I know better. --zaitcev XXX
*/
#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 /* _SPARC_TLBFLUSH_H */

0 comments on commit e82073c

Please sign in to comment.