aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-12-01 16:15:56 +0000
committerlloyd <[email protected]>2009-12-01 16:15:56 +0000
commitf52637d5e6b3ae820130b0053091e8fd4da74a02 (patch)
tree159490e698ddce1bc8115e9a6e29a338f2032f76 /src
parent874dbb8323dd4d7eff3ff16cff0cfafc16ddbfa7 (diff)
Load hres_timer on any compiler or arch; macro feature detection takes care
of the rest. In the worst case, it compiles down to an empty poll
Diffstat (limited to 'src')
-rw-r--r--src/entropy/hres_timer/info.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/entropy/hres_timer/info.txt b/src/entropy/hres_timer/info.txt
index 566ce4ef6..6c6454f5d 100644
--- a/src/entropy/hres_timer/info.txt
+++ b/src/entropy/hres_timer/info.txt
@@ -1,28 +1 @@
define ENTROPY_SRC_HIGH_RESOLUTION_TIMER
-
-load_on asm_ok
-
-<cc>
-gcc
-icc
-</cc>
-
-<arch>
-
-# RDTSC: Pentium and up
-i586
-i686
-athlon
-pentium3
-pentium4
-pentium-m
-amd64
-
-ppc # PPC timebase register
-ppc64 # PPC timebase register
-alpha # rpcc
-sparc64 # %tick register
-ia64 # ar.itc
-s390x
-hppa
-</arch>