projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ath5k: fix dma operation
[linux-2.6]
/
include
/
asm-m68knommu
/
tlbflush.h
diff --git
a/include/asm-m68knommu/tlbflush.h
b/include/asm-m68knommu/tlbflush.h
index
de858db
..
a470cfb
100644
(file)
--- a/
include/asm-m68knommu/tlbflush.h
+++ b/
include/asm-m68knommu/tlbflush.h
@@
-52,10
+52,4
@@
static inline void flush_tlb_kernel_page(unsigned long addr)
BUG();
}
-static inline void flush_tlb_pgtables(struct mm_struct *mm,
- unsigned long start, unsigned long end)
-{
- BUG();
-}
-
#endif /* _M68KNOMMU_TLBFLUSH_H */