Rev 2038 | Rev 2045 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2038 | Rev 2044 | ||
|---|---|---|---|
| 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 | uint64_t next_tick_cmpr; /**< Next clock interrupt should be |
|
| - | 59 | * generated in this amount of ticks. |
|
| - | 60 | */ |
|
| 58 | }; |
61 | }; |
| 59 | 62 | ||
| 60 | #endif |
63 | #endif |
| 61 | 64 | ||
| 62 | /** @} |
65 | /** @} |