Subversion Repositories HelenOS

Rev

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

Rev 2009 Rev 2038
Line 53... Line 53...
53
 
53
 
54
struct cpu_arch {
54
struct cpu_arch {
55
    uint32_t mid;           /**< Processor ID as read from UPA_CONFIG. */
55
    uint32_t mid;           /**< Processor ID as read from UPA_CONFIG. */
56
    ver_reg_t ver;
56
    ver_reg_t ver;
57
    uint32_t clock_frequency;   /**< Processor frequency in MHz. */
57
    uint32_t clock_frequency;   /**< Processor frequency in MHz. */
58
    int dcache_active;      /**< When non-zero, the D-cache is not being shot down. */
-
 
59
};
58
};
60
   
59
   
61
#endif
60
#endif
62
 
61
 
63
/** @}
62
/** @}