]> 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 5643ca31ead97e18e9dfb244d9e0a876e4f676e6..a619da5cfaa9f5d0e1b9321859692df34a9566b9 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef _SPARC_TLBFLUSH_H
 #define _SPARC_TLBFLUSH_H
 
-#include <linux/config.h>
 #include <linux/mm.h>
 // #include <asm/processor.h>
 
@@ -58,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 */