Skip to content

Commit

Permalink
x86, um: take vm-flags.h to sysdep
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
  • Loading branch information
Al Viro authored and H. Peter Anvin committed Oct 23, 2008
1 parent 6b0eed4 commit 2985cfd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions arch/um/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion arch/um/include/asm/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -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..
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2985cfd

Please sign in to comment.