Changeset c2f39fff in rtems


Ignore:
Timestamp:
07/03/00 20:05:17 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
04e4829
Parents:
8bc62aeb
Message:

Interrupt stack is allocated by _ISR_Handler_initialization
not that of _ISR_Manager_initialization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/porting/interrupts.t

    r8bc62aeb rc2f39fff  
    158158interrupt stack in software, then this macro should be set to TRUE and the
    159159memory for the software managed interrupt stack is allocated in
    160 _Interrupt_Manager_initialization.  If this macro is set to FALSE, then
     160@code{_ISR_Handler_initialization}.  If this macro is set to FALSE, then
    161161RTEMS assumes that the hardware managed interrupt stack is supported by
    162162this CPU.  If the CPU has a hardware managed interrupt stack, then the
Note: See TracChangeset for help on using the changeset viewer.