summaryrefslogtreecommitdiffstats
path: root/IntelFspPkg/FspSecCore/Ia32/InitializeFpu.s
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFspPkg/FspSecCore/Ia32/InitializeFpu.s')
-rw-r--r--IntelFspPkg/FspSecCore/Ia32/InitializeFpu.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFspPkg/FspSecCore/Ia32/InitializeFpu.s b/IntelFspPkg/FspSecCore/Ia32/InitializeFpu.s
index cfec8d7df5..ed1ce0ef57 100644
--- a/IntelFspPkg/FspSecCore/Ia32/InitializeFpu.s
+++ b/IntelFspPkg/FspSecCore/Ia32/InitializeFpu.s
@@ -1,6 +1,6 @@
#------------------------------------------------------------------------------
#
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -58,7 +58,7 @@ ASM_PFX(InitializeFloatingPointUnits):
# Set OSFXSR bit 9 in CR4
#
movl %cr4, %eax
- or BIT9, %eax
+ orl $BIT9, %eax
movl %eax, %cr4
#