FC2 devel/i386 vs VIA EPIA boards

Arkadiusz Miskiewicz arekm at pld-linux.org
Wed Jan 21 10:37:12 UTC 2004


Dnia wto 20. stycznia 2004 12:42, Leonard den Ottolander napisał:
> On Tue, 2004-01-20 at 12:34, Alan Cox wrote:
> > cmov is an optional instruction for PPro or later.
>
> Still makes me wonder how you use a 486DX100. Do you experience no
> problems when running rpm?
rpm uses TSC so running rpm on machines without tsc will cause problems.

turn off tsc usage and back to gettimeofday() patch:

--- rpm-4.3/rpmio/rpmsw.c.orig2003-04-10 20:09:13.000000000 +0200
+++ rpm-4.3/rpmio/rpmsw.c2003-11-17 21:55:44.649426712 +0100
@@ -27,7 +27,7 @@
 /*@unchecked@*/
 static int rpmsw_initialized = 0;
 
-#if defined(__i386__)
+#if 0 && defined(__i386__)
 /* Swiped from glibc-2.3.2 sysdeps/i386/i686/hp-timing.h */
 
 #defineHP_TIMING_ZERO(Var)(Var) = (0)

> Bye,
> Leonard.

-- 
Arkadiusz Miśkiewicz    CS at FoE, Wroclaw University of Technology
arekm.pld-linux.org AM2-6BONE, 1024/3DB19BBD, arekm(at)ircnet, PLD/Linux





More information about the fedora-devel-list mailing list