1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/i386
Tor Egge 2f1e70693d Add forwarding of roundrobin to other cpus. This gives a more regular
update of cpu usage as shown by top when one process is cpu bound
(no system calls) while the system is otherwise idle (except for top).

Don't attempt to switch to the BSP in boot().  If the system was idle when
an interrupt caused a panic, this won't work.  Instead, switch to the BSP
in cpu_reset.

Remove some spurious forward_statclock/forward_hardclock warnings.
1998-05-17 22:12:14 +00:00
..
apm Eradicate the variable "time" from the kernel, using various measures. 1998-03-30 09:56:58 +00:00
bios Eradicate the variable "time" from the kernel, using various measures. 1998-03-30 09:56:58 +00:00
boot Add two new functions, get{micro|nano}time. 1998-03-26 20:54:05 +00:00
conf Spotted a misplaced comma in my previous patch. 1998-05-16 14:10:12 +00:00
eisa Include "eisa.h" and only provide code if NEISA > 0. 1998-05-17 20:31:50 +00:00
i386 Add forwarding of roundrobin to other cpus. This gives a more regular 1998-05-17 22:12:14 +00:00
ibcs2 Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running under 1998-04-28 18:15:08 +00:00
include Add forwarding of roundrobin to other cpus. This gives a more regular 1998-05-17 22:12:14 +00:00
isa Add forwarding of roundrobin to other cpus. This gives a more regular 1998-05-17 22:12:14 +00:00
linux s/nanoruntime/nanouptime/g 1998-05-17 11:53:46 +00:00
pci
scsi Support compiling with `gcc -ansi'. 1998-04-15 17:47:40 +00:00
Makefile