diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-08-18 10:20:37 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-22 22:55:21 -0700 |
commit | 2985cfdb04002b8e4c003a4008b2580aaebf75fc (patch) | |
tree | ef16c3743d092b629d7ea42bcd8398648042a905 | |
parent | 6b0eed4ef3d024c3a709fbc3bb45ee5b0ac8486d (diff) |
x86, um: take vm-flags.h to sysdep
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r-- | arch/um/Makefile | 3 | ||||
-rw-r--r-- | arch/um/include/asm/page.h | 2 | ||||
-rw-r--r-- | arch/um/include/shared/sysdep-i386/vm-flags.h (renamed from arch/um/include/asm/vm-flags-i386.h) | 0 | ||||
-rw-r--r-- | arch/um/include/shared/sysdep-x86_64/vm-flags.h (renamed from arch/um/include/asm/vm-flags-x86_64.h) | 0 |
4 files changed, 2 insertions, 3 deletions
diff --git a/arch/um/Makefile b/arch/um/Makefile index fac25e20212..3af8c81bf4f 100644 --- a/arch/um/Makefile +++ b/arch/um/Makefile @@ -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 diff --git a/arch/um/include/asm/page.h b/arch/um/include/asm/page.h index a6df1f13d73..55f28a0bae6 100644 --- a/arch/um/include/asm/page.h +++ b/arch/um/include/asm/page.h @@ -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.. diff --git a/arch/um/include/asm/vm-flags-i386.h b/arch/um/include/shared/sysdep-i386/vm-flags.h index e0d24c568db..e0d24c568db 100644 --- a/arch/um/include/asm/vm-flags-i386.h +++ b/arch/um/include/shared/sysdep-i386/vm-flags.h diff --git a/arch/um/include/asm/vm-flags-x86_64.h b/arch/um/include/shared/sysdep-x86_64/vm-flags.h index 3213edfa788..3213edfa788 100644 --- a/arch/um/include/asm/vm-flags-x86_64.h +++ b/arch/um/include/shared/sysdep-x86_64/vm-flags.h |