Changeset 9da42fb in rtems for cpukit/score/cpu/powerpc
- Timestamp:
- 06/11/12 18:00:57 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 2d7ae960
- Parents:
- 3e5ff08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/powerpc/rtems/score/cpu.h
r3e5ff08 r9da42fb 406 406 407 407 /* 408 * Does the CPU follow the simple vectored interrupt model? 409 * 410 * If TRUE, then RTEMS allocates the vector table it internally manages. 411 * If FALSE, then the BSP is assumed to allocate and manage the vector 412 * table 413 * 414 * PowerPC Specific Information: 415 * 416 * The PowerPC and x86 were the first to use the PIC interrupt model. 417 * They do not use the simple vectored interrupt model. 418 */ 419 #define CPU_SIMPLE_VECTORED_INTERRUPTS FALSE 420 421 /* 408 422 * Does RTEMS manage a dedicated interrupt stack in software? 409 423 * … … 593 607 * ISR handler macros 594 608 */ 595 596 #define _CPU_Initialize_vectors()597 609 598 610 /*
Note: See TracChangeset
for help on using the changeset viewer.