> diff --git a/include/asm-generic/tlb.h b/include/asm-generic/tlb.h > index 2ac8fe202e9a..3ca36c111b47 100644 > --- a/include/asm-generic/tlb.h > +++ b/include/asm-generic/tlb.h > @@ -112,6 +112,7 @@ struct mmu_gather { > * that that we can adjust the range after the flush > */ > unsigned long addr; > + int page_size; Add a comment for it please. Hillf > }; -- 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=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>