From c2f39fff1f489c8c2063ddae3e230cc711e525c4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Jul 2000 20:05:17 +0000 Subject: Interrupt stack is allocated by _ISR_Handler_initialization not that of _ISR_Manager_initialization. --- doc/porting/interrupts.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/porting/interrupts.t b/doc/porting/interrupts.t index a73c21c0d0..a73a16a753 100644 --- a/doc/porting/interrupts.t +++ b/doc/porting/interrupts.t @@ -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 -- cgit v1.2.3