mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-05 15:05:47 +08:00

- callout_reset_on takes a cpu which is ignored by the subsequent call to callout_reset_sbt_on in RTEMS. - The macro is redefined to discard the cpu argument directly which enables uses of it with cpu-dependent variables (disabled in RETMS) without further changes, e.g. in iflib.c.