diff options
Diffstat (limited to 'arch/x86/mm/tlb.c')
| -rw-r--r-- | arch/x86/mm/tlb.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/mm/tlb.c b/arch/x86/mm/tlb.c index 0777f042e40..60f926cd8b0 100644 --- a/arch/x86/mm/tlb.c +++ b/arch/x86/mm/tlb.c @@ -197,7 +197,7 @@ void flush_tlb_mm_range(struct mm_struct *mm, unsigned long start,  	}  	if (end == TLB_FLUSH_ALL || tlb_flushall_shift == -1 -					|| vmflag == VM_HUGETLB) { +					|| vmflag & VM_HUGETLB) {  		local_flush_tlb();  		goto flush_all;  	}  |