Changeset 8cbbe312 in rtems for cpukit


Ignore:
Timestamp:
02/21/96 14:47:03 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0e0d88b
Parents:
adf98bd
Message:

Dispersal of internal thread handler resulted in the SYSI task being
only required in a multiprocessor system. It was replace by the MPCI
Receive Server. As a result, the CPU Table field for extra stack for
the SYSI task was changed to be extra stack for the MPCI Receive Server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libcsupport/src/newlibc.c

    radf98bd r8cbbe312  
    9494
    9595/*
    96  * Called for all user TASKS (system tasks are SYSI and IDLE)
     96 * Called for all user TASKS (system tasks are MPCI Receive Server and IDLE)
    9797 */
    9898
     
    116116
    117117/*
    118  * Called for all user TASKS (system tasks are SYSI and IDLE)
     118 * Called for all user TASKS (system tasks are MPCI Receive Server and IDLE)
    119119 *
    120120 *  NOTE: When using RTEMS fake stat, fstat, and isatty, all output
Note: See TracChangeset for help on using the changeset viewer.