RTEMS | Draft: sparc: removed uses, prototype and implementation of set_vector() (!447)

Gedare Bloom (@gedare) gitlab at rtems.org
Wed Jun 25 16:38:38 UTC 2025




Gedare Bloom commented on a discussion on bsps/sparc/erc32/console/erc32_console.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/447#note_125320

 > +    );
 > +
 > +    rtems_interrupt_entry_initialize(
 > +      &erc32_UART_ERROR,
 > +      erc32_console_isr_error,
 > +      NULL,
 > +      "process UART Error"
 > +    );
 > +
 > +    rtems_interrupt_entry_install(
 > +      CONSOLE_UART_A_TRAP,
 > +      RTEMS_INTERRUPT_UNIQUE,
 > +      &erc32_UART_A
 > +    );
 > +
 > +    ERC32_Clear_and_unmask_interrupt(CONSOLE_UART_A_TRAP);

no, it means
```
rtems_interrupt_entry_initialize();
rtems_interrupt_entry_install();
ERC32_Clear_and_unmask_interrupt();

rtems_interrupt_entry_initialize();
rtems_interrupt_entry_install();
ERC32_Clear_and_unmask_interrupt();

rtems_interrupt_entry_initialize();
rtems_interrupt_entry_install();
ERC32_Clear_and_unmask_interrupt();
```

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/447#note_125320
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250625/b6a47afb/attachment-0001.htm>


More information about the bugs mailing list