frv: move HAVE_ARCH_UNMAPPED_AREA to pgtable.h
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 3 Sep 2016 21:07:08 +0000 (17:07 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 28 Sep 2016 01:15:19 +0000 (21:15 -0400)
it has no business in uaccess.h, everything else has it in pgtable.h and
the only user (mm/mmap.c) unconditionally pulls asm/pgtable.h via linux/mm.h.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/frv/include/asm/pgtable.h
arch/frv/include/asm/uaccess.h

index 07d7a7e..a0513d4 100644 (file)
@@ -522,5 +522,6 @@ extern void __init pgtable_cache_init(void);
 #ifndef __ASSEMBLY__
 extern void __init paging_init(void);
 #endif /* !__ASSEMBLY__ */
+#define HAVE_ARCH_UNMAPPED_AREA
 
 #endif /* _ASM_PGTABLE_H */
index 87d9e34..c0f4057 100644 (file)
@@ -20,8 +20,6 @@
 #include <asm/segment.h>
 #include <asm/sections.h>
 
-#define HAVE_ARCH_UNMAPPED_AREA        /* we decide where to put mmaps */
-
 #define __ptr(x) ((unsigned long __force *)(x))
 
 #define VERIFY_READ    0