Re: [PATCH] arm64: Add missing Kconfig for CONFIG_STRICT_DEVMEM

2014-04-07 Thread Catalin Marinas
On Sat, Apr 05, 2014 at 01:30:50AM +0100, Laura Abbott wrote: > The Kconfig for CONFIG_STRICT_DEVMEM is missing despite being > used in mmap.c. Add it. > > Signed-off-by: Laura Abbott Thanks. Applied. -- Catalin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH] arm64: Add missing Kconfig for CONFIG_STRICT_DEVMEM

2014-04-07 Thread Catalin Marinas
On Sat, Apr 05, 2014 at 01:30:50AM +0100, Laura Abbott wrote: The Kconfig for CONFIG_STRICT_DEVMEM is missing despite being used in mmap.c. Add it. Signed-off-by: Laura Abbott lau...@codeaurora.org Thanks. Applied. -- Catalin -- To unsubscribe from this list: send the line unsubscribe

[PATCH] arm64: Add missing Kconfig for CONFIG_STRICT_DEVMEM

2014-04-04 Thread Laura Abbott
The Kconfig for CONFIG_STRICT_DEVMEM is missing despite being used in mmap.c. Add it. Signed-off-by: Laura Abbott --- arch/arm64/Kconfig.debug | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm64/Kconfig.debug b/arch/arm64/Kconfig.debug index 835c559..4be4336 100644

[PATCH] arm64: Add missing Kconfig for CONFIG_STRICT_DEVMEM

2014-04-04 Thread Laura Abbott
The Kconfig for CONFIG_STRICT_DEVMEM is missing despite being used in mmap.c. Add it. Signed-off-by: Laura Abbott lau...@codeaurora.org --- arch/arm64/Kconfig.debug | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/arm64/Kconfig.debug b/arch/arm64/Kconfig.debug index