[PATCH] ARM: only show modules in the memory layout for MODULES=y

Nicolas Pitre nico at fluxnic.net
Fri Dec 9 18:14:49 EST 2011


On Fri, 9 Dec 2011, Uwe Kleine-König wrote:

> Signed-off-by: Uwe Kleine-König <u.kleine-koenig at pengutronix.de>

If compilation breaks without this with CONFIG_MODULES=n then please say 
so in the commit log.

Otherwise:

Acked-by: Nicolas Pitre <nico at linaro.org>

> ---
>  arch/arm/mm/init.c |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c
> index fbdd12e..80def74 100644
> --- a/arch/arm/mm/init.c
> +++ b/arch/arm/mm/init.c
> @@ -666,7 +666,9 @@ void __init mem_init(void)
>  #ifdef CONFIG_HIGHMEM
>  			"    pkmap   : 0x%08lx - 0x%08lx   (%4ld MB)\n"
>  #endif
> +#ifdef CONFIG_MODULES
>  			"    modules : 0x%08lx - 0x%08lx   (%4ld MB)\n"
> +#endif
>  			"      .text : 0x%p" " - 0x%p" "   (%4d kB)\n"
>  			"      .init : 0x%p" " - 0x%p" "   (%4d kB)\n"
>  			"      .data : 0x%p" " - 0x%p" "   (%4d kB)\n"
> @@ -685,7 +687,9 @@ void __init mem_init(void)
>  			MLM(PKMAP_BASE, (PKMAP_BASE) + (LAST_PKMAP) *
>  				(PAGE_SIZE)),
>  #endif
> +#ifdef CONFIG_MODULES
>  			MLM(MODULES_VADDR, MODULES_END),
> +#endif
>  
>  			MLK_ROUNDUP(_text, _etext),
>  			MLK_ROUNDUP(__init_begin, __init_end),
> -- 
> 1.7.7.3
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> 


More information about the linux-arm-kernel mailing list