]> err.no Git - linux-2.6/blobdiff - include/asm-sparc/tlbflush.h
sdio: add SDIO_FBR_BASE(f) macro
[linux-2.6] / include / asm-sparc / tlbflush.h
index 4a3b66618e753a9bd4edf287080ad52f94e80a80..a619da5cfaa9f5d0e1b9321859692df34a9566b9 100644 (file)
@@ -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 */