• Guo Ren's avatar
    csky: Fixup CONFIG_DEBUG_RSEQ · f36e0aab
    Guo Ren authored
    Put the rseq_syscall check point at the prologue of the syscall
    will break the a0 ... a7. This will casue system call bug when
    DEBUG_RSEQ is enabled.
    
    So move it to the epilogue of syscall, but before syscall_trace.
    Signed-off-by: default avatarGuo Ren <guoren@linux.alibaba.com>
    f36e0aab
entry.S 6.13 KB