Changeset 2a0cda72 in mainline for kernel/arch/sparc64/include/cycle.h
- Timestamp:
- 2006-12-14T18:14:47Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7f95cc5d
- Parents:
- aeaebcc
- File:
-
- 1 edited
-
kernel/arch/sparc64/include/cycle.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/cycle.h
raeaebcc r2a0cda72 40 40 static inline uint64_t get_cycle(void) 41 41 { 42 return 0; /* not yet supported */42 return tick_read(); 43 43 } 44 44
Note:
See TracChangeset
for help on using the changeset viewer.
