All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: Dominik Dingel <dingel@linux.vnet.ibm.com>, linux-kernel@vger.kernel.org
Cc: linuxppc-dev@lists.ozlabs.org
Subject: Re: [3/5] mm/hugetlb: remove arch_prepare/release_hugepage from arch headers
Date: Thu,  4 Jun 2015 22:15:38 +1000 (AEST)	[thread overview]
Message-ID: <20150604121538.58C3C140273@ozlabs.org> (raw)
In-Reply-To: <1432813957-46874-4-git-send-email-dingel@linux.vnet.ibm.com>

On Thu, 2015-28-05 at 11:52:35 UTC, Dominik Dingel wrote:
> Nobody used these hooks so they were removed from common code,
> and can now be removed from the architectures.
> 
> Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
> Signed-off-by: Dominik Dingel <dingel@linux.vnet.ibm.com>
> Acked-by: Ralf Baechle <ralf@linux-mips.org>

> diff --git a/arch/powerpc/include/asm/hugetlb.h b/arch/powerpc/include/asm/hugetlb.h
> index 4bbd3c8..7eac89b 100644
> --- a/arch/powerpc/include/asm/hugetlb.h
> +++ b/arch/powerpc/include/asm/hugetlb.h
> @@ -168,15 +168,6 @@ static inline pte_t huge_ptep_get(pte_t *ptep)
>  	return *ptep;
>  }
>  
> -static inline int arch_prepare_hugepage(struct page *page)
> -{
> -	return 0;
> -}
> -
> -static inline void arch_release_hugepage(struct page *page)
> -{
> -}
> -
>  static inline void arch_clear_hugepage_flags(struct page *page)
>  {
>  }

Acked-by: Michael Ellerman <mpe@ellerman.id.au>

cheers

  parent reply	other threads:[~2015-06-04 12:15 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-28 11:52 [PATCH 0/5] Remove s390 sw-emulated hugepages and cleanup Dominik Dingel
2015-05-28 11:52 ` Dominik Dingel
2015-05-28 11:52 ` Dominik Dingel
2015-05-28 11:52 ` Dominik Dingel
2015-05-28 11:52 ` Dominik Dingel
2015-05-28 11:52 ` [PATCH 1/5] s390/mm: make hugepages_supported a boot time decision Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52 ` [PATCH 2/5] mm/hugetlb: remove unused arch hook prepare/release_hugepage Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52 ` [PATCH 3/5] mm/hugetlb: remove arch_prepare/release_hugepage from arch headers Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 13:59   ` Ralf Baechle
2015-05-28 13:59     ` Ralf Baechle
2015-05-28 13:59     ` Ralf Baechle
2015-05-28 13:59     ` Ralf Baechle
2015-05-28 13:59     ` Ralf Baechle
2015-06-04 12:15   ` Michael Ellerman [this message]
2015-05-28 11:52 ` [PATCH 4/5] s390/hugetlb: remove dead code for sw emulated huge pages Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52 ` [PATCH 5/5] s390/mm: forward check for huge pmds to pmd_large() Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-05-28 11:52   ` Dominik Dingel
2015-06-01  7:35 ` [PATCH 0/5] Remove s390 sw-emulated hugepages and cleanup Christian Borntraeger
2015-06-01  7:35   ` Christian Borntraeger
2015-06-01  7:35   ` Christian Borntraeger
2015-06-01  7:35   ` Christian Borntraeger
2015-06-01  7:35   ` Christian Borntraeger
2015-06-02  7:46   ` Dominik Dingel
2015-06-02  7:46     ` Dominik Dingel
2015-06-02  7:46     ` Dominik Dingel
2015-06-02  7:46     ` Dominik Dingel

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=20150604121538.58C3C140273@ozlabs.org \
    --to=mpe@ellerman.id.au \
    --cc=dingel@linux.vnet.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.