aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/kern_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/kern_util.h')
-rw-r--r--arch/um/include/kern_util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/um/include/kern_util.h b/arch/um/include/kern_util.h
index b84b5dadb958..578156db3039 100644
--- a/arch/um/include/kern_util.h
+++ b/arch/um/include/kern_util.h
@@ -34,9 +34,6 @@ extern int nsyscalls;
34 UML_ROUND_DOWN(((unsigned long) addr) + PAGE_SIZE - 1) 34 UML_ROUND_DOWN(((unsigned long) addr) + PAGE_SIZE - 1)
35 35
36extern int kernel_fork(unsigned long flags, int (*fn)(void *), void * arg); 36extern int kernel_fork(unsigned long flags, int (*fn)(void *), void * arg);
37#ifdef UML_CONFIG_MODE_TT
38extern unsigned long stack_sp(unsigned long page);
39#endif
40extern int kernel_thread_proc(void *data); 37extern int kernel_thread_proc(void *data);
41extern void syscall_segv(int sig); 38extern void syscall_segv(int sig);
42extern int current_pid(void); 39extern int current_pid(void);
@@ -82,9 +79,6 @@ extern void check_stack_overflow(void *ptr);
82extern void relay_signal(int sig, union uml_pt_regs *regs); 79extern void relay_signal(int sig, union uml_pt_regs *regs);
83extern int user_context(unsigned long sp); 80extern int user_context(unsigned long sp);
84extern void timer_irq(union uml_pt_regs *regs); 81extern void timer_irq(union uml_pt_regs *regs);
85#ifdef CONFIG_MODE_TT
86extern void unprotect_stack(unsigned long stack);
87#endif
88extern void do_uml_exitcalls(void); 82extern void do_uml_exitcalls(void);
89extern int attach_debugger(int idle_pid, int pid, int stop); 83extern int attach_debugger(int idle_pid, int pid, int stop);
90extern int config_gdb(char *str); 84extern int config_gdb(char *str);