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 /* * Include the old code for reset vector and protected mode entry. That code has