]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: switch from NO_MACH_MEMORY_H to NEED_MACH_MEMORY_H
authorNicolas Pitre <nicolas.pitre@linaro.org>
Sat, 3 Sep 2011 02:26:55 +0000 (22:26 -0400)
committerNicolas Pitre <nico@fluxnic.net>
Thu, 13 Oct 2011 16:53:53 +0000 (12:53 -0400)
commit110efd50875e0787e59325e051dc0827c94fff20
treee35b262f38cb39411ff8bce4db5eaf168b0be7b2
parent9096761f915a5f899c1dd593acdad3e95eb3b4ed
ARM: switch from NO_MACH_MEMORY_H to NEED_MACH_MEMORY_H

Given that we want the default to not have any <mach/memory.h> and given
that there are now fewer cases where it is still provided than the cases
where it is not at this point, this makes sense to invert the logic and
just identify the exception cases.

The word "need" instead of "have" was chosen to construct the config
symbol so not to suggest that having a mach/memory.h file is actually
a feature that one should aim for.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/Kconfig
arch/arm/include/asm/memory.h
arch/arm/plat-omap/Kconfig