Changeset 96981e3a in rtems for c/src/exec/score/cpu/powerpc
- Timestamp:
- 04/22/96 16:44:04 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cc4c1fe4
- Parents:
- 9a1ccb3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/powerpc/cpu.h
r9a1ccb3 r96981e3a 427 427 * The following table contains the information required to configure 428 428 * the PowerPC processor specific parameters. 429 *430 * NOTE: The interrupt_stack_size field is required if431 * CPU_ALLOCATE_INTERRUPT_STACK is defined as TRUE.432 *433 * The pretasking_hook, predriver_hook, and postdriver_hook,434 * and the do_zero_of_workspace fields are required on ALL CPUs.435 429 */ 436 430 … … 443 437 unsigned32 interrupt_stack_size; 444 438 unsigned32 extra_mpci_receive_server_stack; 439 void * (*stack_allocate_hook)( unsigned32 ); 440 void (*stack_free_hook)( void* ); 441 /* end of fields required on all CPUs */ 442 445 443 unsigned32 clicks_per_usec; /* Timer clicks per microsecond */ 446 444 unsigned32 serial_per_sec; /* Serial clocks per second */
Note: See TracChangeset
for help on using the changeset viewer.