summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/include/asm/mman.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2012-10-10 13:10:10 +0200
committerDavid Howells <dhowells@redhat.com>2012-10-10 13:10:10 +0200
commit3b2267e0c8898b8d2e8de024eaae570505456836 (patch)
tree22962ef897dafb32adba96800c9e4f13693922fc /arch/mn10300/include/asm/mman.h
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... (diff)
downloadlinux-3b2267e0c8898b8d2e8de024eaae570505456836.tar.xz
linux-3b2267e0c8898b8d2e8de024eaae570505456836.zip
UAPI: (Scripted) Disintegrate arch/mn10300/include/asm
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'arch/mn10300/include/asm/mman.h')
-rw-r--r--arch/mn10300/include/asm/mman.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/mn10300/include/asm/mman.h b/arch/mn10300/include/asm/mman.h
deleted file mode 100644
index db5c53da73ce..000000000000
--- a/arch/mn10300/include/asm/mman.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <asm-generic/mman.h>
-
-#define MIN_MAP_ADDR PAGE_SIZE /* minimum fixed mmap address */
-
-#define arch_mmap_check(addr, len, flags) \
- (((flags) & MAP_FIXED && (addr) < MIN_MAP_ADDR) ? -EINVAL : 0)