Home | History | Annotate | Download | only in sh64
      1 static int
      2 arch_set_scno(struct tcb *tcp, kernel_ulong_t scno)
      3 {
      4 	return upoke(tcp->pid, REG_SYSCALL, scno);
      5 }
      6