Rev 1074 | Rev 1256 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1074 | Rev 1212 | ||
---|---|---|---|
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_IF (1 << 9) |
|
36 | #define EFLAGS_RF (1 << 16) |
37 | #define EFLAGS_RF (1 << 16) |
37 | 38 | ||
38 | struct cpu_arch { |
39 | struct cpu_arch { |
39 | int vendor; |
40 | int vendor; |
40 | int family; |
41 | int family; |