Re: [PATCH 03/30] mm: remove CONFIG_HAVE_MEMBLOCK
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: rppt@xxxxxxxxxxxxxxxxxx
- Subject: Re: [PATCH 03/30] mm: remove CONFIG_HAVE_MEMBLOCK
- From: Alexander Duyck <alexander.duyck@xxxxxxxxx>
- Date: Wed, 26 Sep 2018 09:58:41 -0700
- Cc: linux-mm <linux-mm@xxxxxxxxx>, Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>, Catalin Marinas <catalin.marinas@xxxxxxx>, chris@xxxxxxxxxx, David Miller <davem@xxxxxxxxxxxxx>, Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>, green.hu@xxxxxxxxx, Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>, gxt@xxxxxxxxxx, Ingo Molnar <mingo@xxxxxxxxxx>, jejb@xxxxxxxxxxxxxxxx, jonas@xxxxxxxxxxxx, Jonathan Corbet <corbet@xxxxxxx>, lftan@xxxxxxxxxx, msalter@xxxxxxxxxx, Martin Schwidefsky <schwidefsky@xxxxxxxxxx>, mattst88@xxxxxxxxx, mpe@xxxxxxxxxxxxxx, Michal Hocko <mhocko@xxxxxxxx>, monstr@xxxxxxxxx, palmer@xxxxxxxxxx, paul.burton@xxxxxxxx, rkuo@xxxxxxxxxxxxxx, richard@xxxxxx, dalias@xxxxxxxx, Russell King - ARM Linux <linux@xxxxxxxxxxxxxxx>, fancer.lancer@xxxxxxxxx, Thomas Gleixner <tglx@xxxxxxxxxxxxx>, Tony Luck <tony.luck@xxxxxxxxx>, vgupta@xxxxxxxxxxxx, Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx>, linux-alpha@xxxxxxxxxxxxxxx, linux-arm-kernel@xxxxxxxxxxxxxxxxxxx, linux-c6x-dev@xxxxxxxxxxxxx, linux-hexagon@xxxxxxxxxxxxxxx, linux-ia64@xxxxxxxxxxxxxxx, LKML <linux-kernel@xxxxxxxxxxxxxxx>, linux-m68k@xxxxxxxxxxxxxxx, linux-mips@xxxxxxxxxxxxxx, linux-parisc@xxxxxxxxxxxxxxx, "open list:LINUX FOR POWERPC (32-BIT AND 64-BIT)" <linuxppc-dev@xxxxxxxxxxxxxxxx>, linux-riscv@xxxxxxxxxxxxxxxxxxx, linux-s390@xxxxxxxxxxxxxxx, linux-sh@xxxxxxxxxxxxxxx, linux-snps-arc@xxxxxxxxxxxxxxxxxxx, linux-um@xxxxxxxxxxxxxxxxxxx, nios2-dev@xxxxxxxxxxxxxxxxxxxxxx, openrisc@xxxxxxxxxxxxxxxxxxxx, sparclinux@xxxxxxxxxxxxxxx, uclinux-h8-devel@xxxxxxxxxxxxxxxxxxxx
- In-reply-to: <1536927045-23536-4-git-send-email-rppt@linux.vnet.ibm.com>
- References: <1536927045-23536-1-git-send-email-rppt@linux.vnet.ibm.com> <1536927045-23536-4-git-send-email-rppt@linux.vnet.ibm.com>
On Fri, Sep 14, 2018 at 5:11 AM Mike Rapoport <rppt@xxxxxxxxxxxxxxxxxx> wrote:
>
> All architecures use memblock for early memory management. There is no need
> for the CONFIG_HAVE_MEMBLOCK configuration option.
>
> Signed-off-by: Mike Rapoport <rppt@xxxxxxxxxxxxxxxxxx>
<snip>
> diff --git a/include/linux/memblock.h b/include/linux/memblock.h
> index 5169205..4ae91fc 100644
> --- a/include/linux/memblock.h
> +++ b/include/linux/memblock.h
> @@ -2,7 +2,6 @@
> #define _LINUX_MEMBLOCK_H
> #ifdef __KERNEL__
>
> -#ifdef CONFIG_HAVE_MEMBLOCK
> /*
> * Logical memory blocks.
> *
> @@ -460,7 +459,6 @@ static inline phys_addr_t memblock_alloc(phys_addr_t size, phys_addr_t align)
> {
> return 0;
> }
> -#endif /* CONFIG_HAVE_MEMBLOCK */
>
> #endif /* __KERNEL__ */
There was an #else above this section and I believe it and the code
after it needs to be stripped as well.
[Index of Archives]
[Linux Kernel]
[Sparc Linux]
[DCCP]
[Linux ARM]
[Yosemite News]
[Linux SCSI]
[Linux x86_64]
[Linux for Ham Radio]