Rev 4153 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4153 | Rev 4581 | ||
---|---|---|---|
Line 62... | Line 62... | ||
62 | int family; |
62 | int family; |
63 | int model; |
63 | int model; |
64 | int stepping; |
64 | int stepping; |
65 | tss_t *tss; |
65 | tss_t *tss; |
66 | 66 | ||
67 | count_t iomapver_copy; /** Copy of TASK's I/O Permission bitmap generation count. */ |
67 | size_t iomapver_copy; /** Copy of TASK's I/O Permission bitmap generation count. */ |
68 | } cpu_arch_t; |
68 | } cpu_arch_t; |
69 | 69 | ||
70 | struct star_msr { |
70 | struct star_msr { |
71 | }; |
71 | }; |
72 | 72 |