aboutsummaryrefslogtreecommitdiffstats
path: root/modules/tm_hard/modinfo.txt
blob: d03df5d301249c539a353720895efc2dcff464b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
realname "Hardware Timer"

define TIMER_HARDWARE

add_file tm_hard.cpp
add_file tm_hard.h

<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
</arch>