From 6d87e1b021587ee59ac15be3eb645ca8734e8874 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Mon, 19 Mar 2007 09:29:34 +0000 Subject: 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 --- sys/arch/i386/conf/files.i386 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/i386/conf') 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 -- cgit v1.2.3