xiaoxiang781216 commented on code in PR #6303: URL: https://github.com/apache/incubator-nuttx/pull/6303#discussion_r877856797
########## arch/risc-v/src/mpfs/mpfs_head.S: ########## @@ -100,30 +100,17 @@ __start: csrr a0, mhartid beqz a0, .skip_e51 - /* Clear sscratch if u54 */ - - csrw sscratch, zero Review Comment: one simple question: why not use #ifdef/#else/#endif to separate M-mode or S-mode specific code? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org