Changeset 134877d in mainline for kernel/arch/amd64/src/asm_utils.S


Ignore:
Timestamp:
2006-12-11T17:40:10Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
319e60e
Parents:
8cd140f2
Message:

rename rdtsc() to get_cycle()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/asm_utils.S

    r8cd140f2 r134877d  
    6363.global cpuid
    6464.global has_cpuid
    65 .global rdtsc
     65.global get_cycle
    6666.global read_efer_flag
    6767.global set_efer_flag
     
    147147        ret
    148148
    149 rdtsc:
     149get_cycle:
    150150        xorq %rax,%rax
    151151        rdtsc
Note: See TracChangeset for help on using the changeset viewer.