On 2/2/2022 01:22, Sebastian Huber wrote:
Hello Kinsey,
could you please use the _CPU_* and CPU_* prefixes only for items
which are defined by the CPU port interface:
cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h
cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h
Architecture-specific
Hello Kinsey,
could you please use the _CPU_* and CPU_* prefixes only for items which
are defined by the CPU port interface:
cpukit/score/cpu/no_cpu/include/rtems/score/cpu.h
cpukit/score/cpu/no_cpu/include/rtems/score/cpuimpl.h
Architecture-specific interfaces should have an architecture-spe
This patch updates the CPU_Exception_frame to include all necessary
registers, combines hardware snd software exception handlers into a
shared vector, provides an architecture-specific hook for taking
control of exception handling, and moves exception handling over to
actually using the CPU_Excepti