mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 13:19:53 +08:00

The number of callouts is a compile-time constant in libbsd. Use this in struct callout_cpu and avoid dynamic allocation of tables. This signficantly reduces the count of load instructions in the callout handling.