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-23 01:55:21 -0400 |
commit | 2985cfdb04002b8e4c003a4008b2580aaebf75fc (patch) | |
tree | ef16c3743d092b629d7ea42bcd8398648042a905 /arch/um/include | |
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>
Diffstat (limited to 'arch/um/include')
-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 |
3 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/include/asm/page.h b/arch/um/include/asm/page.h index a6df1f13d732..55f28a0bae6d 100644 --- a/arch/um/include/asm/page.h +++ b/arch/um/include/asm/page.h | |||
@@ -19,7 +19,7 @@ | |||
19 | struct page; | 19 | struct page; |
20 | 20 | ||
21 | #include <linux/types.h> | 21 | #include <linux/types.h> |
22 | #include <asm/vm-flags.h> | 22 | #include <sysdep/vm-flags.h> |
23 | 23 | ||
24 | /* | 24 | /* |
25 | * These are used to make use of C type-checking.. | 25 | * 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 e0d24c568dbc..e0d24c568dbc 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 3213edfa7888..3213edfa7888 100644 --- a/arch/um/include/asm/vm-flags-x86_64.h +++ b/arch/um/include/shared/sysdep-x86_64/vm-flags.h | |||