Interrupt stack is allocated by _ISR_Handler_initialization

not that of _ISR_Manager_initialization.
This commit is contained in:
Joel Sherrill
2000-07-03 20:05:17 +00:00
parent 8bc62aeb5d
commit c2f39fff1f

View File

@@ -157,7 +157,7 @@ interrupt stack is managed by RTEMS in software or the CPU has direct
support for an interrupt stack. If RTEMS is to manage a dedicated
interrupt stack in software, then this macro should be set to TRUE and the
memory for the software managed interrupt stack is allocated in
_Interrupt_Manager_initialization. If this macro is set to FALSE, then
@code{_ISR_Handler_initialization}. If this macro is set to FALSE, then
RTEMS assumes that the hardware managed interrupt stack is supported by
this CPU. If the CPU has a hardware managed interrupt stack, then the
porter has the option of letting the BSP allcoate and initialize the