Re: [Suggestion] Latest randconfig build errors for CONFIG_MMU=no

From: Jonathan Austin
Date: Thu Mar 14 2013 - 09:26:10 EST


Hi Chen,

On 14/03/13 03:44, Chen Gang wrote:
Hello Maintainers:

when use randconfig:
make V=1 EXTRA_CFLAGS=-W ARCH=arm randconfig
(and "grep CONFIG_MMU .config" outputs "# CONFIG_MMU is not set")

the error information:
arch/arm/kernel/suspend.c: ååæâcpu_suspendâä:
arch/arm/kernel/suspend.c:56:32: éèïæéæåäååçåçæé
arch/arm/kernel/suspend.c:70:3: éèïéååæåæâcpu_switch_mmâ [-Werror=implicit-function-declaration]
arch/arm/kernel/suspend.c:71:3: éèïéååæåæâlocal_flush_bp_allâ [-Werror=implicit-function-declaration]
arch/arm/kernel/suspend.c:72:3: éèïéååæåæâlocal_flush_tlb_allâ [-Werror=implicit-function-declaration]

I want to be sure whether we can bear it ?


You're right that at the moment that suspend code is broken for NOMMU.

However, Will Deacon has a patch to fix it in his nommu branch on kernel.org:

https://git.kernel.org/cgit/linux/kernel/git/will/linux.git/commit/?h=nommu

I'll let Will comment on how/when he might look at proposing that code to be merged.

Jonny


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/