From 8bc62aeb5dbdeddcb269ad64d87c655ecddc2932 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Jul 2000 18:44:12 +0000 Subject: Interrupt stack is allocated in _ISR_Handler_initialization not _Interrupt_Manager_initialization. --- c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/powerpc/support/new_exception_processing') diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.h b/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.h index bf2204fd3d..c6e6c3a23a 100644 --- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.h +++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/cpu.h @@ -89,7 +89,7 @@ extern "C" { /* * Does RTEMS manage a dedicated interrupt stack in software? * - * If TRUE, then a stack is allocated in _Interrupt_Manager_initialization. + * If TRUE, then a stack is allocated in _ISR_Handler_initialization. * If FALSE, nothing is done. * * If the CPU supports a dedicated interrupt stack in hardware, -- cgit v1.2.3