diff options
Diffstat (limited to 'arch/um/include')
-rw-r--r-- | arch/um/include/os.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h index 55ca073589dc..69c0d4ad0e52 100644 --- a/arch/um/include/os.h +++ b/arch/um/include/os.h | |||
@@ -167,14 +167,10 @@ extern int os_fchange_dir(int fd); | |||
167 | 167 | ||
168 | /* start_up.c */ | 168 | /* start_up.c */ |
169 | extern void os_early_checks(void); | 169 | extern void os_early_checks(void); |
170 | extern int can_do_skas(void); | 170 | extern void can_do_skas(void); |
171 | extern void os_check_bugs(void); | 171 | extern void os_check_bugs(void); |
172 | extern void check_host_supports_tls(int *supports_tls, int *tls_min); | 172 | extern void check_host_supports_tls(int *supports_tls, int *tls_min); |
173 | 173 | ||
174 | /* Make sure they are clear when running in TT mode. Required by | ||
175 | * SEGV_MAYBE_FIXABLE */ | ||
176 | #define clear_can_do_skas() do { ptrace_faultinfo = proc_mm = 0; } while (0) | ||
177 | |||
178 | /* mem.c */ | 174 | /* mem.c */ |
179 | extern int create_mem_file(unsigned long long len); | 175 | extern int create_mem_file(unsigned long long len); |
180 | 176 | ||