From 579fc6a3a35c2e18a79f596485c339d5d721a20d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 13 Aug 1998 14:47:18 +0000 Subject: Per request from Chris Johns , I added code to detect when the bare bsp was enabled without setting both --enable-cpu-model and --enable-cpu-cflags. --- c/PROBLEMS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/PROBLEMS') diff --git a/c/PROBLEMS b/c/PROBLEMS index 869c941374..05f61f05cd 100644 --- a/c/PROBLEMS +++ b/c/PROBLEMS @@ -43,7 +43,9 @@ This is the list of outstanding problems in this release. + Some of the tests may execute correctly and not produce the exact ordering of lines in the screen file. This appears to be a combination of a number of factors including buffering, processor speed, IO - device overhead, and clock interrupt rate. + device overhead, and clock interrupt rate. The biggest problem is that + some tests depend on polled IO with no unexpected context switches. + These may not be resolvable while maintaining the spirit of the test. + The clock device drivers should really avoid doing the division by 1000 in the clock tick ISR to convert microseconds into @@ -55,5 +57,3 @@ This is the list of outstanding problems in this release. + warn/refuse to configure when --enable-libcdir and --enable-gcc28 are given. + force --enable-libcdir when --disable-gcc28 is given - + Check for bare bsp getting CPU model set. - -- cgit v1.2.3