diff options
Diffstat (limited to 'arch/um/include/os.h')
| -rw-r--r-- | arch/um/include/os.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h index 583329d0a539..2e58e304b8be 100644 --- a/arch/um/include/os.h +++ b/arch/um/include/os.h | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | #ifndef __OS_H__ | 6 | #ifndef __OS_H__ |
| 7 | #define __OS_H__ | 7 | #define __OS_H__ |
| 8 | 8 | ||
| 9 | #include "uml-config.h" | ||
| 9 | #include "asm/types.h" | 10 | #include "asm/types.h" |
| 10 | #include "../os/include/file.h" | 11 | #include "../os/include/file.h" |
| 11 | 12 | ||
| @@ -157,6 +158,14 @@ extern int os_lock_file(int fd, int excl); | |||
| 157 | extern void os_early_checks(void); | 158 | extern void os_early_checks(void); |
| 158 | extern int can_do_skas(void); | 159 | extern int can_do_skas(void); |
| 159 | 160 | ||
| 161 | /* Make sure they are clear when running in TT mode. Required by | ||
| 162 | * SEGV_MAYBE_FIXABLE */ | ||
| 163 | #ifdef UML_CONFIG_MODE_SKAS | ||
| 164 | #define clear_can_do_skas() do { ptrace_faultinfo = proc_mm = 0; } while (0) | ||
| 165 | #else | ||
| 166 | #define clear_can_do_skas() do {} while (0) | ||
| 167 | #endif | ||
| 168 | |||
| 160 | /* mem.c */ | 169 | /* mem.c */ |
| 161 | extern int create_mem_file(unsigned long len); | 170 | extern int create_mem_file(unsigned long len); |
| 162 | 171 | ||
