[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: FC2 devel/i386 vs VIA EPIA boards
- From: Arkadiusz Miskiewicz <arekm pld-linux org>
- To: fedora-devel-list redhat com
- Cc: Leonard den Ottolander <leonard den ottolander nl>
- Subject: Re: FC2 devel/i386 vs VIA EPIA boards
- Date: Wed, 21 Jan 2004 11:37:12 +0100
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]