Changeset 579fc6a3 in rtems for c/PROBLEMS
- Timestamp:
- 08/13/98 14:47:18 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 70502bc4
- Parents:
- 9898425
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/PROBLEMS
r9898425 r579fc6a3 44 44 ordering of lines in the screen file. This appears to be a combination 45 45 of a number of factors including buffering, processor speed, IO 46 device overhead, and clock interrupt rate. 46 device overhead, and clock interrupt rate. The biggest problem is that 47 some tests depend on polled IO with no unexpected context switches. 48 These may not be resolvable while maintaining the spirit of the test. 47 49 48 50 + The clock device drivers should really avoid doing the division … … 56 58 --enable-gcc28 are given. 57 59 + force --enable-libcdir when --disable-gcc28 is given 58 + Check for bare bsp getting CPU model set.59
Note: See TracChangeset
for help on using the changeset viewer.