Changeset f19d77a in mainline
- Timestamp:
- 2006-12-13T14:23:28Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f88fcbe
- Parents:
- 84757b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/cycle.h
r84757b5 rf19d77a 36 36 #define KERN_sparc64_CYCLE_H_ 37 37 38 #include <arch/asm.h> 39 38 40 static inline uint64_t get_cycle(void) 39 41 { 40 return 0;42 return tick_read(); 41 43 } 42 44
Note:
See TracChangeset
for help on using the changeset viewer.