summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src/objectgetisr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2001-11-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-11-071-0/+4
| | | | | | | | | 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.
* Use bitwise and not cast to unsigned16 to remove upper bits.Joel Sherrill2000-07-241-1/+3
|
* New file. Convert ID to pointer and return with interrupts -- notJoel Sherrill2000-07-061-0/+83
dispatching -- disabled.