Changeset 26a09f2c in rtems for cpukit/score/cpu/no_cpu

Timestamp:
06/22/21 13:08:37 (3 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
8d999f30
Parents:
6b7a3858
git-author:
Sebastian Huber <sebastian.huber@…> (06/22/21 13:08:37)
git-committer:
Sebastian Huber <sebastian.huber@…> (06/24/21 09:36:27)
Message:

score: Remove _CPU_Initialize_vectors()

This CPU port macro was not used. Since the _ISR_Vector_table[] is statically
allocated, CPU ports could initialize this table in _CPU_Initialize() if
necessary. Remove _CPU_Initialize_vectors() to simplify the CPU port
interface.

(No files)

Note: See TracChangeset for help on using the changeset viewer.