[PATCH 0/5] Fix task mode for CPU ports with robust thread dispatch

Sebastian Huber sebastian.huber at embedded-brains.de
Tue Jan 8 08:59:30 UTC 2019


Sebastian Huber (5):
  Separate task mode checks
  rtems: Allow to set ISR level 0 in SMP config
  tests: Remove bogus RTEMS_INTERRUPT_LEVEL(31)
  Adjust interrupt mode tests for some CPU ports
  riscv: Enable robust thread dispatch

 cpukit/rtems/src/taskmode.c                      | 33 +++++++++++++-----------
 cpukit/score/cpu/riscv/include/rtems/score/cpu.h |  3 +++
 cpukit/score/src/threaddispatch.c                |  2 +-
 cpukit/score/src/threadinitialize.c              | 21 +++++++++------
 testsuites/smptests/smpunsupported01/init.c      |  2 +-
 testsuites/sptests/sp01/init.c                   |  2 +-
 testsuites/sptests/sp08/init.c                   | 23 ++++++++++++++---
 testsuites/sptests/sp37/init.c                   | 10 ++++++-
 testsuites/sptests/spcbssched01/init.c           |  2 +-
 testsuites/sptests/spedfsched01/init.c           |  2 +-
 testsuites/sptests/spfifo03/init.c               |  2 +-
 testsuites/sptests/spfifo05/init.c               |  2 +-
 12 files changed, 70 insertions(+), 34 deletions(-)

-- 
2.16.4



More information about the devel mailing list