pussuw commented on code in PR #6303: URL: https://github.com/apache/incubator-nuttx/pull/6303#discussion_r877893640
########## 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: I like having separate files, the mpfs_head.S file is the M-mode head file, mpfs_shead.S is the S-mode head file. To me this makes sense. -- 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