bde b5a75e1d63 Unstaticized addupc_task(). It is supposed to be called from trap().
See the comments for addupc_intr() and the NetBSD implementation.
We use dummy versions of fuswintr() and susiwintr(), so addupc_intr()
always pushes the work to trap() (this is inefficient), and trap()
calls the special i386 function addupc() instead of addupc_task().
addupc() is more efficient than addupc_intr(), so some of the lost
efficiency is recovered.  However, addupc() may be broken on plain
i386's since it doesn't check for write permission like copyout().
1995-12-26 01:21:39 +00:00
..
1995-12-10 19:08:32 +00:00
1995-12-03 17:14:38 +00:00
1995-12-18 09:42:44 +00:00
1995-12-10 13:45:30 +00:00
1995-12-17 21:14:36 +00:00
1995-05-30 05:05:38 +00:00
1995-12-26 01:07:42 +00:00