···321321 if (err)322322 return -EFAULT;323323324324- /* TODO what is the current->exec_domain stuff and invmap ? */325325-326324 /* Set up registers for signal handler */327325328326 /* What we enter NOW */
-2
arch/cris/arch-v32/kernel/signal.c
···287287 if (!access_ok(VERIFY_WRITE, frame, sizeof(*frame)))288288 return -EFAULT;289289290290- /* TODO: what is the current->exec_domain stuff and invmap ? */291291-292290 err |= __put_user(&frame->info, &frame->pinfo);293291 err |= __put_user(&frame->uc, &frame->puc);294292 err |= copy_siginfo_to_user(&frame->info, &ksig->info);
···193193 if (err)194194 return -EFAULT;195195196196- /* TODO what is the current->exec_domain stuff and invmap ? */197197-198196 /* Set up registers for signal handler */199197 regs->pc = (unsigned long)ksig->ka.sa.sa_handler; /* what we enter NOW */200198 regs->gpr[9] = (unsigned long)return_ip; /* what we enter LATER */