summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-19 21:04:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-19 21:04:34 +0000
commit63135370d439382f7aa3e9a9e0da3c637d5265a6 (patch)
tree4498f8d780e94e41673cee8ca426879c032eec17 /doc
parentIntel i960HA support submitted by Jimen Ching <jimen@adtech-inc.com> (diff)
downloadrtems-63135370d439382f7aa3e9a9e0da3c637d5265a6.tar.bz2
Added info based on i960HA support.
Diffstat (limited to 'doc')
-rw-r--r--doc/supplements/i960/cputable.t18
1 files changed, 8 insertions, 10 deletions
diff --git a/doc/supplements/i960/cputable.t b/doc/supplements/i960/cputable.t
index 3baa8e47ef..2638f0d66e 100644
--- a/doc/supplements/i960/cputable.t
+++ b/doc/supplements/i960/cputable.t
@@ -39,18 +39,17 @@ typedef struct @{
void (*stack_free_hook)( void* );
/* end of fields required on all CPUs */
-#if defined(__i960CA__) || defined(__i960_CA__) || defined(__i960CA)
- i960ca_PRCB *Prcb;
-#endif
+ i960_PRCB *Prcb;
@} rtems_cpu_table;
@end group
@end example
-The contents of the i960CA Processor Control Block
-are discussed in Intel's i960CA User's Manual. Structure
-definitions for the i960CA PRCB and Control Table are provided
-by including the file rtems.h.
+The contents of the i960 Processor Control Block
+are discussed in the User's Manual for the particular
+i960 model being used. Structure definitions for the
+i960CA and i960HA PRCB and Control Table are provided
+by including the file @code{rtems.h}.
@table @code
@item pretasking_hook
@@ -111,9 +110,8 @@ memory for task stacks. If this hook is not NULL, then a stack_allocate_hook
must be provided as well.
@item Prcb
-is the base address of the i960CA's Processor
-Control Block. It is primarily used by RTEMS to install
-interrupt handlers.
+is the base address of the Processor Control Block. It
+is primarily used by RTEMS to install interrupt handlers.
@end table