Gedare Bloom started a new discussion on 
bsps/riscv/shared/rnmi/riscv-rnmi-handler.S: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1391#note_158073

 > + */
 > +
 > +#ifdef HAVE_CONFIG_H
 > +#include "config.h"
 > +#endif
 > +
 > +#include <rtems/asm.h>
 > +#include <rtems/score/percpu.h>
 > +#include <bsp/riscv-rnmi.h>
 > +
 > +PUBLIC(_RISCV_RNMI_handler)
 > +
 > +    .section        .text, "ax", @progbits
 > +    .align  2
 > +    .option arch, +zicsr
 > +

a lot of this is duplicated from riscv-exception-handler.S, can we share/reuse 
the code?

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1391#note_158073
You're receiving this email because of your account on gitlab.rtems.org. 
Unsubscribe from this thread: 
https://gitlab.rtems.org/-/sent_notifications/5-e2taah63ldpd7tfhvim48obyu-1d/unsubscribe
 | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | 
Help: https://gitlab.rtems.org/help


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to