mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00:00
um: Remove obsoleted declaration for execute_syscall_skas
The execute_syscall_skas() have been removed since
commit e32dacb9f4
("[PATCH] uml: system call path cleanup"),
and now it is useless, so remove it.
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:
parent
cccf19f8b5
commit
2df8c8d118
@ -13,7 +13,6 @@ extern int userspace_pid[];
|
||||
extern int user_thread(unsigned long stack, int flags);
|
||||
extern void new_thread_handler(void);
|
||||
extern void handle_syscall(struct uml_pt_regs *regs);
|
||||
extern long execute_syscall_skas(void *r);
|
||||
extern unsigned long current_stub_stack(void);
|
||||
extern struct mm_id *current_mm_id(void);
|
||||
extern void current_mm_sync(void);
|
||||
|
Loading…
Reference in New Issue
Block a user