]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/InitializeFpu.S
Update the copyright notice format
[mirror_edk2.git] / UefiCpuPkg / Library / BaseUefiCpuLib / Ia32 / InitializeFpu.S
index 4c74957f04afaf6ef79288ab047bb30e02ab16a9..4972bc2e7f3b0394f1bff68577fcf0be25d66acd 100644 (file)
@@ -1,7 +1,7 @@
 #------------------------------------------------------------------------------\r
 #*\r
-#*   Copyright 2009, Intel Corporation\r
-#*   All rights reserved. This program and the accompanying materials\r
+#*   Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#*   This program and the accompanying materials\r
 #*   are licensed and made available under the terms and conditions of the BSD License\r
 #*   which accompanies this distribution.  The full text of the license may be found at\r
 #*   http://opensource.org/licenses/bsd-license.php\r
@@ -12,8 +12,6 @@
 #*\r
 #------------------------------------------------------------------------------\r
 \r
-\r
-\r
 #\r
 # Float control word initial value: \r
 # all exceptions masked, double-precision, round-to-nearest\r
@@ -57,7 +55,7 @@ ASM_PFX(InitializeFloatingPointUnits):
     # Set OSFXSR bit 9 in CR4\r
     #\r
     movl    %cr4, %eax \r
-    or      $200, %eax\r
+    or      $0x200, %eax\r
     movl    %eax, %cr4\r
     \r
     #\r