summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src/objectget.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-07-22Remove, moved to cpukit.Ralf Corsepius1-83/+0
2001-11-072001-11-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+5
Reported by Todor.Todorov@barco.com and tracked as PR36. * include/rtems/score/object.h: Added prototype for _Objects_Get_by_index(). * src/objectget.c, src/objectgetisr.c: Corrected procedure for getting index from Id so it is correct and optimal for both single and multiprocessor configurations.
2000-07-24Use bitwise and not cast to unsigned16 to remove upper bits.Joel Sherrill1-1/+3
2000-07-06Directly index local table to avoid error check.Joel Sherrill1-10/+7
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-11-02Split object.c into multiple files.Joel Sherrill1-0/+81