Rev 4377 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4377 | Rev 4390 | ||
---|---|---|---|
Line 75... | Line 75... | ||
75 | 75 | ||
76 | extern void set_efer_flag(int flag); |
76 | extern void set_efer_flag(int flag); |
77 | extern uint64_t read_efer_flag(void); |
77 | extern uint64_t read_efer_flag(void); |
78 | void cpu_setup_fpu(void); |
78 | void cpu_setup_fpu(void); |
79 | 79 | ||
- | 80 | #define DR6_BT (1<<15) |
|
- | 81 | #define DR6_BS (1<<14) |
|
- | 82 | #define DR6_BD (1<<13) |
|
- | 83 | ||
80 | #endif /* __ASM__ */ |
84 | #endif /* __ASM__ */ |
81 | 85 | ||
82 | #endif |
86 | #endif |
83 | 87 | ||
84 | /** @} |
88 | /** @} |