From 21b34a30e3e98f9b1d4c0b340c4e5df5c83ccfb3 Mon Sep 17 00:00:00 2001 From: Alex Shi Date: Thu, 10 May 2012 18:01:59 +0800 Subject: [PATCH] --- yaml --- r: 305476 b: refs/heads/master c: 3e7f3db001de6133db1c385c92eec944409a8b4f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/tlbflush.h | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 3d74e9b240a3..7317ffc13246 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 302616911da8e868d3f1a00dce517ca30b0e065d +refs/heads/master: 3e7f3db001de6133db1c385c92eec944409a8b4f diff --git a/trunk/arch/x86/include/asm/tlbflush.h b/trunk/arch/x86/include/asm/tlbflush.h index 169be8938b96..63af9098e6a5 100644 --- a/trunk/arch/x86/include/asm/tlbflush.h +++ b/trunk/arch/x86/include/asm/tlbflush.h @@ -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: