summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-03 18:43:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-03 18:43:44 +0000
commit0f4bfda9923a9a8bc223a4a71bd2c7dc8d6d0118 (patch)
tree28428f2ae707f06d5f74d537489c23d5bd7a3d60 /c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h
parentPatches from Eric Valette to address librdbg issues on SunRPC upgrade (diff)
downloadrtems-0f4bfda9923a9a8bc223a4a71bd2c7dc8d6d0118.tar.bz2
Interrupt stack is allocated in _ISR_Handler_initialization not
_Interrupt_Manager_initialization.
Diffstat (limited to 'c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h')
-rw-r--r--c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h b/c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h
index 96eb34292a..fc07485190 100644
--- a/c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h
+++ b/c/src/exec/score/cpu/mips64orion/rtems/score/cpu.h
@@ -93,7 +93,7 @@ extern void mips_fatal_error ( int error );
/*
* 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,