On Mon, May 22, 2017 at 4:24 PM, Nadav Amit <nadav.amit@xxxxxxxxx> wrote: >> >> /* 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 << ? Gah, that's embarrassing. -- 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