diff options
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/bootblock_crt0.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/arch/x86/bootblock_crt0.S b/src/arch/x86/bootblock_crt0.S index 2ecddba06a..7292b8b17c 100644 --- a/src/arch/x86/bootblock_crt0.S +++ b/src/arch/x86/bootblock_crt0.S @@ -21,11 +21,7 @@ * GNU General Public License for more details. */ -#define CR0_MP (1 << 1) -#define CR0_EM (1 << 2) - -#define CR4_OSFXSR (1 << 9) -#define CR4_OSXMMEXCPT (1 << 10) +#include <cpu/x86/cr.h> /* * Include the old code for reset vector and protected mode entry. That code has |