Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2036 → Rev 2037

/trunk/kernel/arch/sparc64/include/cycle.h
39,7 → 39,7
 
static inline uint64_t get_cycle(void)
{
return tick_read();
return 0; /* not yet supported */
}
 
#endif