Changeset f5674938 in rtems for c/src/lib/libbsp/shmdr/shm.h


Ignore:
Timestamp:
04/22/96 16:49:25 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
34f3d17
Parents:
8faca06
Message:

Fixed so now supports more than 16 nodes. Tested for up to 24 nodes
by Tony Bennett. Information table is now malloc'ed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/shmdr/shm.h

    r8faca06 rf5674938  
    431431
    432432SHM_EXTERN shm_config_table             *Shm_Configuration;
    433 SHM_EXTERN Shm_Interrupt_information     Shm_Interrupt_table[16];
     433SHM_EXTERN Shm_Interrupt_information    *Shm_Interrupt_table;
    434434SHM_EXTERN Shm_Node_status_control      *Shm_Node_statuses;
    435435SHM_EXTERN Shm_Locked_queue_Control     *Shm_Locked_queues;
Note: See TracChangeset for help on using the changeset viewer.