linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Hillf Danton" <hillf.zj@alibaba-inc.com>
To: "Aneesh Kumar" <aneesh.kumar@linux.vnet.ibm.com>
Cc: "linux-kernel" <linux-kernel@vger.kernel.org>, <linux-mm@kvack.org>
Subject: Re: [RFC PATCH 3/4] mm/mmu_gather: Track page size with mmu gather and force flush if page size change
Date: Mon, 30 May 2016 16:21:34 +0800	[thread overview]
Message-ID: <001a01d1ba4c$47742590$d65c70b0$@alibaba-inc.com> (raw)
In-Reply-To: <001801d1ba44$dc78c5e0$956a51a0$@alibaba-inc.com>

> 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
>  };

       reply	other threads:[~2016-05-30  8:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <001801d1ba44$dc78c5e0$956a51a0$@alibaba-inc.com>
2016-05-30  8:21 ` Hillf Danton [this message]
2016-05-30  5:44 [RFC PATCH 1/4] mm/hugetlb: Simplify hugetlb unmap Aneesh Kumar K.V
2016-05-30  5:44 ` [RFC PATCH 3/4] mm/mmu_gather: Track page size with mmu gather and force flush if page size change Aneesh Kumar K.V

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001a01d1ba4c$47742590$d65c70b0$@alibaba-inc.com' \
    --to=hillf.zj@alibaba-inc.com \
    --cc=aneesh.kumar@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).