]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-powerpc/tlb.h
Remove tas()
[linux-2.6-omap-h63xx.git] / include / asm-powerpc / tlb.h
index 601a53cf96d5b177d9077864ad8815eb207f71c7..0a17682663d8f308411b26e8ba28eb91e1c8fe96 100644 (file)
@@ -13,7 +13,6 @@
 #define _ASM_POWERPC_TLB_H
 #ifdef __KERNEL__
 
-#include <linux/config.h>
 #ifndef __powerpc64__
 #include <asm/pgtable.h>
 #endif
@@ -39,7 +38,6 @@ extern void pte_free_finish(void);
 
 static inline void tlb_flush(struct mmu_gather *tlb)
 {
-       flush_tlb_pending();
        pte_free_finish();
 }