diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2007-03-19 09:29:34 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2007-03-19 09:29:34 +0000 |
commit | 6d87e1b021587ee59ac15be3eb645ca8734e8874 (patch) | |
tree | feaa14cde66e41d6ab8b73713e9ded1e5f7cbbb1 /sys/arch/i386/conf/files.i386 | |
parent | 5804b4d58b53df720ee518760e62566e9c32f13c (diff) |
Move i386 to timecounters. This is more or less the same code as amd64.
The "lapic" timer is ripped out since it wasn't actually a lapic timer,
but a hacked up tsc timer with some synchronization for MP. There is no
tsc timer right now since they are very unreliable on MP systems, systems
with apm, and systems that change the cpu clock. Which basically means
every modern machine out there. We're running with the i8259 timer now.
deraadt@ ok
Diffstat (limited to 'sys/arch/i386/conf/files.i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 9a344bbbac5..54a34506343 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.155 2007/03/19 03:02:09 marco Exp $ +# $OpenBSD: files.i386,v 1.156 2007/03/19 09:29:33 art Exp $ # # new style config file for i386 architecture # @@ -30,7 +30,6 @@ file arch/i386/i386/longrun.c !small_kernel & i586_cpu file arch/i386/i386/mem.c file arch/i386/i386/i686_mem.c mtrr file arch/i386/i386/k6_mem.c mtrr -file arch/i386/i386/microtime.s file arch/i386/i386/p4tcc.c !small_kernel & i686_cpu file arch/i386/i386/pmap.c file arch/i386/i386/powernow.c !small_kernel & i586_cpu |