diff options
Diffstat (limited to 'arch/um/sys-x86_64')
-rw-r--r-- | arch/um/sys-x86_64/shared/sysdep/ptrace.h | 1 | ||||
-rw-r--r-- | arch/um/sys-x86_64/shared/sysdep/stub.h | 1 | ||||
-rw-r--r-- | arch/um/sys-x86_64/stub.S | 1 |
3 files changed, 0 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 9ea44d111f33..fdba5457947a 100644 --- a/arch/um/sys-x86_64/shared/sysdep/ptrace.h +++ b/arch/um/sys-x86_64/shared/sysdep/ptrace.h | |||
@@ -8,7 +8,6 @@ | |||
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 "uml-config.h" | ||
12 | #include "user_constants.h" | 11 | #include "user_constants.h" |
13 | #include "sysdep/faultinfo.h" | 12 | #include "sysdep/faultinfo.h" |
14 | 13 | ||
diff --git a/arch/um/sys-x86_64/shared/sysdep/stub.h b/arch/um/sys-x86_64/shared/sysdep/stub.h index 655f9c2de3ac..3432aa249970 100644 --- a/arch/um/sys-x86_64/shared/sysdep/stub.h +++ b/arch/um/sys-x86_64/shared/sysdep/stub.h | |||
@@ -12,7 +12,6 @@ | |||
12 | #include "as-layout.h" | 12 | #include "as-layout.h" |
13 | #include "stub-data.h" | 13 | #include "stub-data.h" |
14 | #include "kern_constants.h" | 14 | #include "kern_constants.h" |
15 | #include "uml-config.h" | ||
16 | 15 | ||
17 | extern void stub_segv_handler(int sig); | 16 | extern void stub_segv_handler(int sig); |
18 | extern void stub_clone_handler(void); | 17 | extern void stub_clone_handler(void); |
diff --git a/arch/um/sys-x86_64/stub.S b/arch/um/sys-x86_64/stub.S index 568768763155..6d9edf9fabce 100644 --- a/arch/um/sys-x86_64/stub.S +++ b/arch/um/sys-x86_64/stub.S | |||
@@ -1,4 +1,3 @@ | |||
1 | #include "uml-config.h" | ||
2 | #include "as-layout.h" | 1 | #include "as-layout.h" |
3 | 2 | ||
4 | .globl syscall_stub | 3 | .globl syscall_stub |