[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20150106091548.GH3163@console-pimps.org>
Date: Tue, 6 Jan 2015 09:15:48 +0000
From: Matt Fleming <matt@...sole-pimps.org>
To: Ard Biesheuvel <ard.biesheuvel@...aro.org>
Cc: linux-arm-kernel@...ts.infradead.org, linux-efi@...r.kernel.org,
leif.lindholm@...aro.org, roy.franz@...aro.org,
mark.rutland@....com, catalin.marinas@....com, will.deacon@....com,
matt.fleming@...el.com, bp@...en8.de, dyoung@...hat.com,
msalter@...hat.com, grant.likely@...aro.org,
Andrew Morton <akpm@...ux-foundation.org>, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/8] memblock: add physmem to memblock_dump_all() output
(Adding Andrew, linux-mm and lkml)
On Mon, 22 Dec, at 07:08:37PM, Ard Biesheuvel wrote:
> If CONFIG_HAVE_MEMBLOCK_PHYS_MAP is set, there is a third memblock
> map called 'physmem'. Add it to the output of memblock_dump_all().
>
> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@...aro.org>
> ---
> mm/memblock.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/mm/memblock.c b/mm/memblock.c
> index 252b77bdf65e..c27353beb260 100644
> --- a/mm/memblock.c
> +++ b/mm/memblock.c
> @@ -1522,6 +1522,9 @@ void __init_memblock __memblock_dump_all(void)
>
> memblock_dump(&memblock.memory, "memory");
> memblock_dump(&memblock.reserved, "reserved");
> +#ifdef CONFIG_HAVE_MEMBLOCK_PHYS_MAP
> + memblock_dump(&memblock.physmem, "physmem");
> +#endif
> }
>
> void __init memblock_allow_resize(void)
> --
> 1.8.3.2
>
--
Matt Fleming, Intel Open Source Technology Center
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists