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>
This commit is contained in:
Al Viro 2008-08-18 10:20:37 -04:00 committed by H. Peter Anvin
parent 6b0eed4ef3
commit 2985cfdb04
4 changed files with 2 additions and 3 deletions

View file

@ -19,8 +19,7 @@ core-y += $(ARCH_DIR)/kernel/ \
$(ARCH_DIR)/os-$(OS)/ $(ARCH_DIR)/os-$(OS)/
# Have to precede the include because the included Makefiles reference them. # Have to precede the include because the included Makefiles reference them.
SYMLINK_HEADERS := archparam.h processor.h ptrace.h \ SYMLINK_HEADERS := archparam.h processor.h ptrace.h module.h elf.h
module.h vm-flags.h elf.h
SYMLINK_HEADERS := $(foreach header,$(SYMLINK_HEADERS),$(ARCH_DIR)/include/asm/$(header)) 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 # XXX: The "os" symlink is only used by arch/um/include/os.h, which includes

View file

@ -19,7 +19,7 @@
struct page; struct page;
#include <linux/types.h> #include <linux/types.h>
#include <asm/vm-flags.h> #include <sysdep/vm-flags.h>
/* /*
* These are used to make use of C type-checking.. * These are used to make use of C type-checking..