diff options
-rw-r--r-- | i386/i386/pit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/pit.h b/i386/i386/pit.h index b14c4c84..49e1051b 100644 --- a/i386/i386/pit.h +++ b/i386/i386/pit.h @@ -86,7 +86,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * (defined in param.h) */ #if defined(AT386) || defined(ATX86_64) -#define CLKNUM 1193167 +#define CLKNUM 1193182 #endif /* AT386 */ extern void clkstart(void); |