Changeset 38d304b in mainline
- Timestamp:
- 2006-12-13T22:21:04Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cd896e2
- Parents:
- 4c3b797
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/cycle.h
r4c3b797 r38d304b 40 40 static inline uint64_t get_cycle(void) 41 41 { 42 return tick_read();42 return 0; /* not yet supported */ 43 43 } 44 44
Note:
See TracChangeset
for help on using the changeset viewer.