Changeset 826fa6b1 in rtems for cpukit/score

Timestamp:
05/07/12 23:29:56 (12 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
c424bb5
Parents:
2824e63
git-author:
Joel Sherrill <joel.sherrill@…> (05/07/12 23:29:56)
git-committer:
Joel Sherrill <joel.sherrill@…> (05/09/12 21:55:10)
Message:

Score ISR - Minimize Capabilities When Not Simple Vectored

In particular CPU_INTERRUPT_NUMBER_OF_VECTORS and
CPU_INTERRUPT_MAXIMUM_VECTOR_NUMBER are only used on
Simple Vectored Architectures, so do not depend on
them being defined. This disables as much as possible
that is specific to the Simple Vectored Model and
not expected to be used on architectures which use
the Programmable Interrupt Controller model for
interrupt handler vectoring.

(No files)

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