diff options
Diffstat (limited to 'src/timer/cpu_counter/info.txt')
-rw-r--r-- | src/timer/cpu_counter/info.txt | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/timer/cpu_counter/info.txt b/src/timer/cpu_counter/info.txt deleted file mode 100644 index d95e0fec5..000000000 --- a/src/timer/cpu_counter/info.txt +++ /dev/null @@ -1,34 +0,0 @@ -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 -pentium-m -amd64 - -ppc # PPC timebase register -ppc64 # PPC timebase register -alpha # rpcc -sparc64 # %tick register -ia64 # ar.itc -s390x -hppa -</arch> - -<requires> -timer -</requires> |