]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86, um: take vm-flags.h to sysdep
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 18 Aug 2008 14:20:37 +0000 (10:20 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 23 Oct 2008 05:55:21 +0000 (22:55 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/um/Makefile
arch/um/include/asm/page.h
arch/um/include/shared/sysdep-i386/vm-flags.h [moved from arch/um/include/asm/vm-flags-i386.h with 100% similarity]
arch/um/include/shared/sysdep-x86_64/vm-flags.h [moved from arch/um/include/asm/vm-flags-x86_64.h with 100% similarity]

index fac25e20212020accf94ea9c8e4c918f8e769f98..3af8c81bf4f0788d46a6554952833942ed092144 100644 (file)
@@ -19,8 +19,7 @@ core-y                        += $(ARCH_DIR)/kernel/          \
                           $(ARCH_DIR)/os-$(OS)/
 
 # Have to precede the include because the included Makefiles reference them.
-SYMLINK_HEADERS := archparam.h processor.h ptrace.h \
-       module.h vm-flags.h elf.h
+SYMLINK_HEADERS := archparam.h processor.h ptrace.h module.h elf.h
 SYMLINK_HEADERS := $(foreach header,$(SYMLINK_HEADERS),$(ARCH_DIR)/include/asm/$(header))
 
 # XXX: The "os" symlink is only used by arch/um/include/os.h, which includes
index a6df1f13d732ddaf7d487fdcb5eabf20a14f6c93..55f28a0bae6d3dd99ee7e23eb01ccb546ba446ef 100644 (file)
@@ -19,7 +19,7 @@
 struct page;
 
 #include <linux/types.h>
-#include <asm/vm-flags.h>
+#include <sysdep/vm-flags.h>
 
 /*
  * These are used to make use of C type-checking..