diff options
Diffstat (limited to 'arch/x86/um/bugs_32.c')
-rw-r--r-- | arch/x86/um/bugs_32.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/um/bugs_32.c b/arch/x86/um/bugs_32.c index 7058e1fa903b..a1fba5fb9dbe 100644 --- a/arch/x86/um/bugs_32.c +++ b/arch/x86/um/bugs_32.c | |||
@@ -6,13 +6,15 @@ | |||
6 | #include <signal.h> | 6 | #include <signal.h> |
7 | #include "kern_util.h" | 7 | #include "kern_util.h" |
8 | #include "longjmp.h" | 8 | #include "longjmp.h" |
9 | #include "task.h" | ||
10 | #include "sysdep/ptrace.h" | 9 | #include "sysdep/ptrace.h" |
10 | #include <generated/asm-offsets.h> | ||
11 | 11 | ||
12 | /* Set during early boot */ | 12 | /* Set during early boot */ |
13 | static int host_has_cmov = 1; | 13 | static int host_has_cmov = 1; |
14 | static jmp_buf cmov_test_return; | 14 | static jmp_buf cmov_test_return; |
15 | 15 | ||
16 | #define TASK_PID(task) *((int *) &(((char *) (task))[HOST_TASK_PID])) | ||
17 | |||
16 | static void cmov_sigill_test_handler(int sig) | 18 | static void cmov_sigill_test_handler(int sig) |
17 | { | 19 | { |
18 | host_has_cmov = 0; | 20 | host_has_cmov = 0; |