From 8879a51da7c3b93e27439122cea5d5aa81ae38c3 Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 11 Nov 2008 20:58:37 +0000 Subject: Move utils/{timer,mutex} to toplevel --- src/timer/cpu_counter/info.txt | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/timer/cpu_counter/info.txt (limited to 'src/timer/cpu_counter/info.txt') diff --git a/src/timer/cpu_counter/info.txt b/src/timer/cpu_counter/info.txt new file mode 100644 index 000000000..025663a84 --- /dev/null +++ b/src/timer/cpu_counter/info.txt @@ -0,0 +1,36 @@ +realname "Hardware Timer" + +define TIMER_HARDWARE + +load_on asm_ok + + +tm_hard.cpp +tm_hard.h + + + +gcc + + + +# RDTSC: Pentium and up +i586 +i686 +athlon +pentium4 +pentium-m +amd64 + +ppc # PPC timebase register +ppc64 # PPC timebase register +alpha # rpcc +sparc64 # %tick register +ia64 # ar.itc +s390x +hppa + + + +timer + -- cgit v1.2.3