linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: ldufour@linux.vnet.ibm.com (Laurent Dufour)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/2] mm: remove odd HAVE_PTE_SPECIAL
Date: Tue, 10 Apr 2018 18:44:00 +0200	[thread overview]
Message-ID: <1521dc0e-e9f8-d10f-e213-1b1552eb03fa@linux.vnet.ibm.com> (raw)
In-Reply-To: <3f20ac8b-20b8-f052-bc44-dcc0316354ca@arm.com>



On 10/04/2018 17:58, Robin Murphy wrote:
> On 10/04/18 16:25, Laurent Dufour wrote:
>> Remove the additional define HAVE_PTE_SPECIAL and rely directly on
>> CONFIG_ARCH_HAS_PTE_SPECIAL.
>>
>> There is no functional change introduced by this patch
>>
>> Signed-off-by: Laurent Dufour <ldufour@linux.vnet.ibm.com>
>> ---
>> ? mm/memory.c | 23 ++++++++++-------------
>> ? 1 file changed, 10 insertions(+), 13 deletions(-)
>>
>> diff --git a/mm/memory.c b/mm/memory.c
>> index 96910c625daa..53b6344a90d2 100644
>> --- a/mm/memory.c
>> +++ b/mm/memory.c
>> @@ -817,19 +817,13 @@ static void print_bad_pte(struct vm_area_struct *vma,
>> unsigned long addr,
>> ?? * PFNMAP mappings in order to support COWable mappings.
>> ?? *
>> ?? */
>> -#ifdef CONFIG_ARCH_HAS_PTE_SPECIAL
>> -# define HAVE_PTE_SPECIAL 1
>> -#else
>> -# define HAVE_PTE_SPECIAL 0
>> -#endif
>> ? struct page *_vm_normal_page(struct vm_area_struct *vma, unsigned long addr,
>> ?????????????????? pte_t pte, bool with_public_device)
>> ? {
>> ????? unsigned long pfn = pte_pfn(pte);
>> ? -??? if (HAVE_PTE_SPECIAL) {
>> -??????? if (likely(!pte_special(pte)))
>> -??????????? goto check_pfn;
>> +#ifdef CONFIG_ARCH_HAS_PTE_SPECIAL
> 
> Nit: Couldn't you use IS_ENABLED(CONFIG_ARCH_HAS_PTE_SPECIAL) within the
> existing code structure to avoid having to add these #ifdefs?

I agree, that would be better. I didn't thought about this option..
Thanks for reporting this.

      reply	other threads:[~2018-04-10 16:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-10 15:25 [PATCH v2 0/2] move __HAVE_ARCH_PTE_SPECIAL in Kconfig Laurent Dufour
2018-04-10 15:25 ` [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL Laurent Dufour
2018-04-10 16:09   ` Matthew Wilcox
2018-04-10 16:42     ` Laurent Dufour
2018-04-10 20:51       ` David Rientjes
2018-04-10 20:44     ` Palmer Dabbelt
2018-04-10 15:25 ` [PATCH v2 2/2] mm: remove odd HAVE_PTE_SPECIAL Laurent Dufour
2018-04-10 15:58   ` Robin Murphy
2018-04-10 16:44     ` Laurent Dufour [this message]

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=1521dc0e-e9f8-d10f-e213-1b1552eb03fa@linux.vnet.ibm.com \
    --to=ldufour@linux.vnet.ibm.com \
    --cc=linux-arm-kernel@lists.infradead.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).