x86/tlb: Clean up and unify TLB_FLUSH_ALL definition
[linux-2.6-block.git] / arch / x86 / include / asm / tlbflush.h
index 169be8938b96778e76be9541bf37d2e9b8135833..63af9098e6a5baf64e73b2c2b8c42d48dabef511 100644 (file)
@@ -62,11 +62,7 @@ static inline void __flush_tlb_one(unsigned long addr)
                __flush_tlb();
 }
 
-#ifdef CONFIG_X86_32
-# define TLB_FLUSH_ALL 0xffffffff
-#else
-# define TLB_FLUSH_ALL -1ULL
-#endif
+#define TLB_FLUSH_ALL  -1UL
 
 /*
  * TLB flushing: