Rev 1019 | Rev 1212 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1019 | Rev 1074 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | 31 | ||
| 32 | #include <typedefs.h> |
32 | #include <typedefs.h> |
| 33 | #include <arch/pm.h> |
33 | #include <arch/pm.h> |
| 34 | #include <arch/asm.h> |
34 | #include <arch/asm.h> |
| 35 | 35 | ||
| - | 36 | #define EFLAGS_RF (1 << 16) |
|
| - | 37 | ||
| 36 | struct cpu_arch { |
38 | struct cpu_arch { |
| 37 | int vendor; |
39 | int vendor; |
| 38 | int family; |
40 | int family; |
| 39 | int model; |
41 | int model; |
| 40 | int stepping; |
42 | int stepping; |