aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/os-Linux/skas/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/os-Linux/skas/process.c')
-rw-r--r--arch/um/os-Linux/skas/process.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/um/os-Linux/skas/process.c b/arch/um/os-Linux/skas/process.c
index 47efe9087eee..5462469f4ebf 100644
--- a/arch/um/os-Linux/skas/process.c
+++ b/arch/um/os-Linux/skas/process.c
@@ -392,8 +392,9 @@ int copy_context_skas0(unsigned long new_stack, int pid)
392 *data = ((struct stub_data) { .offset = MMAP_OFFSET(new_offset), 392 *data = ((struct stub_data) { .offset = MMAP_OFFSET(new_offset),
393 .fd = new_fd, 393 .fd = new_fd,
394 .timer = ((struct itimerval) 394 .timer = ((struct itimerval)
395 { { 0, 1000000 / hz() }, 395 { { 0, 1000000 / UM_HZ },
396 { 0, 1000000 / hz() }})}); 396 { 0, 1000000 / UM_HZ }})
397 });
397 err = ptrace_setregs(pid, thread_regs); 398 err = ptrace_setregs(pid, thread_regs);
398 if (err < 0) 399 if (err < 0)
399 panic("copy_context_skas0 : PTRACE_SETREGS failed, " 400 panic("copy_context_skas0 : PTRACE_SETREGS failed, "