Subversion Repositories HelenOS

Rev

Rev 3343 | Rev 3479 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3343 Rev 3477
Line 57... Line 57...
57
 
57
 
58
#define IMPL_SPARC64V       0x5
58
#define IMPL_SPARC64V       0x5
59
 
59
 
60
typedef struct {
60
typedef struct {
61
    uint32_t mid;           /**< Processor ID as read from
61
    uint32_t mid;           /**< Processor ID as read from
62
                         UPA_CONFIG. */
62
                         UPA_CONFIG/FIREPLANE_CONFIG. */
63
    ver_reg_t ver;
63
    ver_reg_t ver;
64
    uint32_t clock_frequency;   /**< Processor frequency in Hz. */
64
    uint32_t clock_frequency;   /**< Processor frequency in Hz. */
65
    uint64_t next_tick_cmpr;    /**< Next clock interrupt should be
65
    uint64_t next_tick_cmpr;    /**< Next clock interrupt should be
66
                         generated when the TICK register
66
                         generated when the TICK register
67
                         matches this value. */
67
                         matches this value. */