mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-21 06:58:46 +08:00
Implement the Processor_mask via <sys/bitset.h>. Provide _Processor_mask_To_uint32_t() to enable its use in device specific routines, e.g. interrupt affinity register in an interrupt controller. Update #3059.