aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer/cpu_counter/modinfo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/timer/cpu_counter/modinfo.txt')
-rw-r--r--src/timer/cpu_counter/modinfo.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/timer/cpu_counter/modinfo.txt b/src/timer/cpu_counter/modinfo.txt
new file mode 100644
index 000000000..d5583c0d7
--- /dev/null
+++ b/src/timer/cpu_counter/modinfo.txt
@@ -0,0 +1,31 @@
+realname "Hardware Timer"
+
+define TIMER_HARDWARE
+
+load_on asm_ok
+
+<add>
+tm_hard.cpp
+tm_hard.h
+</add>
+
+<cc>
+gcc
+</cc>
+
+<arch>
+# RDTSC: Pentium and up
+i586
+i686
+athlon
+pentium4
+amd64
+
+ppc # PPC timebase register
+ppc64 # PPC timebase register
+alpha # rpcc
+sparc64 # %tick register
+ia64 # ar.itc
+s390x
+hppa
+</arch>