Rev 2071 | Rev 2089 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2079 | ||
|---|---|---|---|
| Line 55... | Line 55... | ||
| 55 | #ifndef __ASM__ |
55 | #ifndef __ASM__ |
| 56 | 56 | ||
| 57 | #include <typedefs.h> |
57 | #include <typedefs.h> |
| 58 | #include <arch/pm.h> |
58 | #include <arch/pm.h> |
| 59 | 59 | ||
| 60 | struct cpu_arch { |
60 | typedef struct { |
| 61 | int vendor; |
61 | int vendor; |
| 62 | int family; |
62 | int family; |
| 63 | int model; |
63 | int model; |
| 64 | int stepping; |
64 | int stepping; |
| 65 | struct tss *tss; |
65 | struct tss *tss; |
| 66 | 66 | ||
| 67 | count_t iomapver_copy; /** Copy of TASK's I/O Permission bitmap generation count. */ |
67 | count_t iomapver_copy; /** Copy of TASK's I/O Permission bitmap generation count. */ |
| 68 | }; |
68 | } cpu_arch_t; |
| 69 | 69 | ||
| 70 | struct star_msr { |
70 | struct star_msr { |
| 71 | 71 | ||
| 72 | }; |
72 | }; |
| 73 | 73 | ||