aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/process_64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c
index 476e3ddf8890..a451bc374b9b 100644
--- a/arch/x86/kernel/process_64.c
+++ b/arch/x86/kernel/process_64.c
@@ -384,6 +384,7 @@ start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp)
384 start_thread_common(regs, new_ip, new_sp, 384 start_thread_common(regs, new_ip, new_sp,
385 __USER_CS, __USER_DS, 0); 385 __USER_CS, __USER_DS, 0);
386} 386}
387EXPORT_SYMBOL_GPL(start_thread);
387 388
388#ifdef CONFIG_COMPAT 389#ifdef CONFIG_COMPAT
389void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp) 390void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp)