> > /* Balance as user space task's flush, a bit conservative */ > if (end == TLB_FLUSH_ALL || > - (end - start) > tlb_single_page_flush_ceiling * PAGE_SIZE) { > + (end - start) > tlb_single_page_flush_ceiling >> PAGE_SHIFT) { Shouldn’t it be << ? Nadav -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href