diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2001-10-01 12:23:05 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2001-10-01 12:23:05 +0000 |
commit | 5df48e5543060daf29f59b910c567d74205da9d6 (patch) | |
tree | 77d224733664bb9774691106ceff5ccef2a4112c /ChangeLog | |
parent | 0c96794d65c664e2c2689b92f43b9ebe0940a191 (diff) |
2001-10-01 Marcus Brinkmann <marcus@gnu.org>
* i386/i386/locore.S (tenmicrosec): Remove subroutine.
* i386/i386/pit.c (delaycount): Remove global variable.
(microdata): Likewise.
(clkstart): Do not call findspeed() and microfind().
(findspeed): Remove function.
(spinwait): Likewise.
(microfind): Likewise. This function triggers a division by zero
trap on AMD K6 350Mhz+ and Athlon 1.1GHz+ machines (and in general
leads to bad results on fast cpus), and nothing uses this code anymore.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2001-10-01 Marcus Brinkmann <marcus@gnu.org> + + * i386/i386/locore.S (tenmicrosec): Remove subroutine. + * i386/i386/pit.c (delaycount): Remove global variable. + (microdata): Likewise. + (clkstart): Do not call findspeed() and microfind(). + (findspeed): Remove function. + (spinwait): Likewise. + (microfind): Likewise. This function triggers a division by zero + trap on AMD K6 350Mhz+ and Athlon 1.1GHz+ machines (and in general + leads to bad results on fast cpus), and nothing uses this code anymore. + 2001-09-30 Roland McGrath <roland@frob.com> * kern/bootstrap.c (bootstrap_create): Ignore trailing spaces when |