Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2078 → Rev 2079

/trunk/kernel/arch/sparc64/include/cpu.h
51,15 → 51,14
 
#define IMPL_SPARC64V 0x5
 
struct cpu_arch {
typedef struct {
uint32_t mid; /**< Processor ID as read from UPA_CONFIG. */
ver_reg_t ver;
uint32_t clock_frequency; /**< Processor frequency in Hz. */
uint64_t next_tick_cmpr; /**< Next clock interrupt should be
* generated when the TICK register
* matches this value.
*/
};
generated when the TICK register
matches this value. */
} cpu_arch_t;
#endif