Home | History | Annotate | Download | only in nios2
      1 static int
      2 arch_set_scno(struct tcb *tcp, kernel_ulong_t scno)
      3 {
      4 	nios2_regs.regs[2] = scno;
      5 	return set_regs(tcp->pid);
      6 }
      7