Subversion Repositories HelenOS

Rev

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

Rev 1903 Rev 2009
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. */
58
};
59
};
59
   
60
   
60
#endif
61
#endif
61
 
62
 
62
/** @}
63
/** @}