diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 15:01:19 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 09:14:44 -0400 |
commit | 4de1c5f65c7dd4965a2a58b93205b747d7826110 (patch) | |
tree | a3ea418407b64eed69493413fac80699388ff891 /arch/um/sys-x86_64 | |
parent | 9f270de8361d9cbbfd79e874de125a02b2d73697 (diff) |
um: take user_constants.h to include/generated
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/sys-x86_64')
-rw-r--r-- | arch/um/sys-x86_64/shared/sysdep/ptrace.h | 2 | ||||
-rw-r--r-- | arch/um/sys-x86_64/shared/sysdep/ptrace_user.h | 2 | ||||
-rw-r--r-- | arch/um/sys-x86_64/shared/sysdep/sc.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/um/sys-x86_64/shared/sysdep/ptrace.h b/arch/um/sys-x86_64/shared/sysdep/ptrace.h index 1a199606009b..ea5d7c1783cb 100644 --- a/arch/um/sys-x86_64/shared/sysdep/ptrace.h +++ b/arch/um/sys-x86_64/shared/sysdep/ptrace.h | |||
@@ -8,7 +8,7 @@ | |||
8 | #ifndef __SYSDEP_X86_64_PTRACE_H | 8 | #ifndef __SYSDEP_X86_64_PTRACE_H |
9 | #define __SYSDEP_X86_64_PTRACE_H | 9 | #define __SYSDEP_X86_64_PTRACE_H |
10 | 10 | ||
11 | #include "user_constants.h" | 11 | #include <generated/user_constants.h> |
12 | #include "sysdep/faultinfo.h" | 12 | #include "sysdep/faultinfo.h" |
13 | 13 | ||
14 | #define MAX_REG_OFFSET (UM_FRAME_SIZE) | 14 | #define MAX_REG_OFFSET (UM_FRAME_SIZE) |
diff --git a/arch/um/sys-x86_64/shared/sysdep/ptrace_user.h b/arch/um/sys-x86_64/shared/sysdep/ptrace_user.h index 4dbccdb58f48..faf9cddacd9a 100644 --- a/arch/um/sys-x86_64/shared/sysdep/ptrace_user.h +++ b/arch/um/sys-x86_64/shared/sysdep/ptrace_user.h | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <linux/ptrace.h> | 12 | #include <linux/ptrace.h> |
13 | #include <asm/ptrace.h> | 13 | #include <asm/ptrace.h> |
14 | #undef __FRAME_OFFSETS | 14 | #undef __FRAME_OFFSETS |
15 | #include "user_constants.h" | 15 | #include <generated/user_constants.h> |
16 | 16 | ||
17 | #define PT_INDEX(off) ((off) / sizeof(unsigned long)) | 17 | #define PT_INDEX(off) ((off) / sizeof(unsigned long)) |
18 | 18 | ||
diff --git a/arch/um/sys-x86_64/shared/sysdep/sc.h b/arch/um/sys-x86_64/shared/sysdep/sc.h index 8aee45b07434..20313a2590e8 100644 --- a/arch/um/sys-x86_64/shared/sysdep/sc.h +++ b/arch/um/sys-x86_64/shared/sysdep/sc.h | |||
@@ -5,7 +5,7 @@ | |||
5 | * Released under the GPL | 5 | * Released under the GPL |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include <user_constants.h> | 8 | #include <generated/user_constants.h> |
9 | 9 | ||
10 | #define SC_OFFSET(sc, field) \ | 10 | #define SC_OFFSET(sc, field) \ |
11 | *((unsigned long *) &(((char *) (sc))[HOST_##field])) | 11 | *((unsigned long *) &(((char *) (sc))[HOST_##field])) |