summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/a29k
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-03 18:44:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-07-03 18:44:12 +0000
commit8bc62aeb5dbdeddcb269ad64d87c655ecddc2932 (patch)
tree53fa8692a5fc4c448d01eb9306be6bd1e2f6fcfb /cpukit/score/cpu/a29k
parentAdded blocked_count field to allow for optimizations. (diff)
downloadrtems-8bc62aeb5dbdeddcb269ad64d87c655ecddc2932.tar.bz2
Interrupt stack is allocated in _ISR_Handler_initialization not
_Interrupt_Manager_initialization.
Diffstat (limited to 'cpukit/score/cpu/a29k')
-rw-r--r--cpukit/score/cpu/a29k/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/a29k/rtems/score/cpu.h b/cpukit/score/cpu/a29k/rtems/score/cpu.h
index c65c628979..93528e5d7c 100644
--- a/cpukit/score/cpu/a29k/rtems/score/cpu.h
+++ b/cpukit/score/cpu/a29k/rtems/score/cpu.h
@@ -106,7 +106,7 @@ extern void a29k_sigdfl_sup(void);
/*
* 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,