From 0eb85ae3e72b0e00ea042c9c411ed577c8de5f43 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 5 Aug 1998 23:57:35 +0000 Subject: Commented out the code which yields the CPU when the serial controller is busy. This type of behavior perturbs the tests and many of them will not pass. --- c/src/libchip/serial/z85c30.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/libchip/serial/z85c30.c') diff --git a/c/src/libchip/serial/z85c30.c b/c/src/libchip/serial/z85c30.c index 4f688e8787..8c975ff8e4 100644 --- a/c/src/libchip/serial/z85c30.c +++ b/c/src/libchip/serial/z85c30.c @@ -871,9 +871,11 @@ Z85C30_STATIC void z85c30_write_polled( /* * Yield while we wait */ +#if 0 if (_System_state_Is_up(_System_state_Get())) { rtems_task_wake_after(RTEMS_YIELD_PROCESSOR); } +#endif z85c30_status = (*getReg)(ulCtrlPort, SCC_WR0_SEL_RD0); } -- cgit v1.2.3