arm: arch/arm/include/asm/page.h needs personality.h
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 10 Sep 2016 10:34:00 +0000 (20:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sat, 10 Sep 2016 10:34:00 +0000 (20:34 +1000)
VM_DATA_DEFAULT_FLAGS uses READ_IMPLIES_EXEC, so page.h should include
personality.h to provide this.

This fixes no known bugs and can be safely ignored ;)

Cc: Russell King <linux@arm.linux.org.uk>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Konstantin Khlebnikov <koct9i@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/arm/include/asm/page.h

index 4355f0ec44d62e9b5d7c40132f28f0ff6710f387..f98baaec0a1588c433c7221ebe77d62e120e0b2e 100644 (file)
@@ -17,6 +17,8 @@
 
 #ifndef __ASSEMBLY__
 
+#include <linux/personality.h> /* For READ_IMPLIES_EXEC */
+
 #ifndef CONFIG_MMU
 
 #include <asm/page-nommu.h>
This page took 0.026257 seconds and 5 git commands to generate.