]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update GCC assembly files for MdePkg/Library/BaseLib/Ia32
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 23 Oct 2008 06:20:02 +0000 (06:20 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 23 Oct 2008 06:20:02 +0000 (06:20 +0000)
1. Fix bugs in assembly instructions
2. Change module names in comments from .asm to .S

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6193 6f19259b-4bc3-4df7-8a09-765794883524

92 files changed:
MdePkg/Library/BaseLib/Ia32/ARShiftU64.S
MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.S
MdePkg/Library/BaseLib/Ia32/CpuId.S
MdePkg/Library/BaseLib/Ia32/CpuIdEx.S
MdePkg/Library/BaseLib/Ia32/CpuPause.S
MdePkg/Library/BaseLib/Ia32/DisableInterrupts.S
MdePkg/Library/BaseLib/Ia32/DisablePaging32.S
MdePkg/Library/BaseLib/Ia32/DivU64x32.S
MdePkg/Library/BaseLib/Ia32/DivU64x32Remainder.S
MdePkg/Library/BaseLib/Ia32/DivU64x64Remainder.S
MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.S
MdePkg/Library/BaseLib/Ia32/EnableInterrupts.S
MdePkg/Library/BaseLib/Ia32/EnablePaging32.S
MdePkg/Library/BaseLib/Ia32/EnablePaging64.S
MdePkg/Library/BaseLib/Ia32/FlushCacheLine.S
MdePkg/Library/BaseLib/Ia32/FxRestore.S
MdePkg/Library/BaseLib/Ia32/FxSave.S
MdePkg/Library/BaseLib/Ia32/InterlockedCompareExchange32.S
MdePkg/Library/BaseLib/Ia32/InterlockedCompareExchange64.S
MdePkg/Library/BaseLib/Ia32/InterlockedDecrement.S
MdePkg/Library/BaseLib/Ia32/InterlockedIncrement.S
MdePkg/Library/BaseLib/Ia32/Invd.S
MdePkg/Library/BaseLib/Ia32/LRotU64.S
MdePkg/Library/BaseLib/Ia32/LShiftU64.S
MdePkg/Library/BaseLib/Ia32/LongJump.S
MdePkg/Library/BaseLib/Ia32/Monitor.S
MdePkg/Library/BaseLib/Ia32/MultU64x32.S
MdePkg/Library/BaseLib/Ia32/MultU64x64.S
MdePkg/Library/BaseLib/Ia32/Mwait.S
MdePkg/Library/BaseLib/Ia32/RRotU64.S
MdePkg/Library/BaseLib/Ia32/RShiftU64.S
MdePkg/Library/BaseLib/Ia32/ReadCr0.S
MdePkg/Library/BaseLib/Ia32/ReadCr2.S
MdePkg/Library/BaseLib/Ia32/ReadCr3.S
MdePkg/Library/BaseLib/Ia32/ReadCr4.S
MdePkg/Library/BaseLib/Ia32/ReadCs.S
MdePkg/Library/BaseLib/Ia32/ReadDr0.S
MdePkg/Library/BaseLib/Ia32/ReadDr1.S
MdePkg/Library/BaseLib/Ia32/ReadDr2.S
MdePkg/Library/BaseLib/Ia32/ReadDr3.S
MdePkg/Library/BaseLib/Ia32/ReadDr4.S
MdePkg/Library/BaseLib/Ia32/ReadDr5.S
MdePkg/Library/BaseLib/Ia32/ReadDr6.S
MdePkg/Library/BaseLib/Ia32/ReadDr7.S
MdePkg/Library/BaseLib/Ia32/ReadDs.S
MdePkg/Library/BaseLib/Ia32/ReadEflags.S
MdePkg/Library/BaseLib/Ia32/ReadEs.S
MdePkg/Library/BaseLib/Ia32/ReadFs.S
MdePkg/Library/BaseLib/Ia32/ReadGdtr.S
MdePkg/Library/BaseLib/Ia32/ReadGs.S
MdePkg/Library/BaseLib/Ia32/ReadIdtr.S
MdePkg/Library/BaseLib/Ia32/ReadLdtr.S
MdePkg/Library/BaseLib/Ia32/ReadMm0.S
MdePkg/Library/BaseLib/Ia32/ReadMm1.S
MdePkg/Library/BaseLib/Ia32/ReadMm2.S
MdePkg/Library/BaseLib/Ia32/ReadMm3.S
MdePkg/Library/BaseLib/Ia32/ReadMm4.S
MdePkg/Library/BaseLib/Ia32/ReadMm5.S
MdePkg/Library/BaseLib/Ia32/ReadMm6.S
MdePkg/Library/BaseLib/Ia32/ReadMm7.S
MdePkg/Library/BaseLib/Ia32/ReadMsr64.S
MdePkg/Library/BaseLib/Ia32/ReadPmc.S
MdePkg/Library/BaseLib/Ia32/ReadSs.S
MdePkg/Library/BaseLib/Ia32/ReadTr.S
MdePkg/Library/BaseLib/Ia32/ReadTsc.S
MdePkg/Library/BaseLib/Ia32/SetJump.S
MdePkg/Library/BaseLib/Ia32/SwapBytes64.S
MdePkg/Library/BaseLib/Ia32/Wbinvd.S
MdePkg/Library/BaseLib/Ia32/WriteCr0.S
MdePkg/Library/BaseLib/Ia32/WriteCr2.S
MdePkg/Library/BaseLib/Ia32/WriteCr3.S
MdePkg/Library/BaseLib/Ia32/WriteCr4.S
MdePkg/Library/BaseLib/Ia32/WriteDr0.S
MdePkg/Library/BaseLib/Ia32/WriteDr1.S
MdePkg/Library/BaseLib/Ia32/WriteDr2.S
MdePkg/Library/BaseLib/Ia32/WriteDr3.S
MdePkg/Library/BaseLib/Ia32/WriteDr4.S
MdePkg/Library/BaseLib/Ia32/WriteDr5.S
MdePkg/Library/BaseLib/Ia32/WriteDr6.S
MdePkg/Library/BaseLib/Ia32/WriteDr7.S
MdePkg/Library/BaseLib/Ia32/WriteGdtr.S
MdePkg/Library/BaseLib/Ia32/WriteIdtr.S
MdePkg/Library/BaseLib/Ia32/WriteLdtr.S
MdePkg/Library/BaseLib/Ia32/WriteMm0.S
MdePkg/Library/BaseLib/Ia32/WriteMm1.S
MdePkg/Library/BaseLib/Ia32/WriteMm2.S
MdePkg/Library/BaseLib/Ia32/WriteMm3.S
MdePkg/Library/BaseLib/Ia32/WriteMm4.S
MdePkg/Library/BaseLib/Ia32/WriteMm5.S
MdePkg/Library/BaseLib/Ia32/WriteMm6.S
MdePkg/Library/BaseLib/Ia32/WriteMm7.S
MdePkg/Library/BaseLib/Ia32/WriteMsr64.S

index 5498d2e99196084d01b6a52758ca40a9ded45ce9..042ebd4cad2774b871346b2fee6407070863196f 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ARShiftU64.asm\r
+#   ARShiftU64.S\r
 #\r
 # Abstract:\r
 #\r
index e82434b670d9c3f8c9ef27b1ee2f76be05d58865..693045c6fa06b167bd014b4dd52b2ddde120739b 100644 (file)
@@ -1,5 +1,5 @@
 #------------------------------------------------------------------------------ ;\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -10,7 +10,7 @@
 #\r
 # Module Name:\r
 #\r
-#   CpuBreakpoint.s\r
+#   CpuBreakpoint.S\r
 #\r
 # Abstract:\r
 #\r
index 6f41e722277e837ec5da25100d353b3ee903129c..86f001c22dd0dbf3be62eb9c939b6c99b2320b50 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   CpuId.Asm\r
+#   CpuId.S\r
 #\r
 # Abstract:\r
 #\r
index 48554cc96bb7f672ace3c87859dd8e101011533c..0447b084f7e6191b9864b1a94c46cef0dd1f9e9f 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------
 #
-# Copyright (c) 2006, Intel Corporation
+# Copyright (c) 2006 - 2008, Intel Corporation
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #
 # Module Name:
 #
-#   CpuIdEx.Asm
+#   CpuIdEx.S
 #
 # Abstract:
 #
index 5fef9c8d5cdf5215bf524676802d303b664043cf..c29dcf34cb73b9ad6114ed4726e1663b52cd991e 100644 (file)
@@ -1,5 +1,5 @@
 #------------------------------------------------------------------------------ ;\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -10,7 +10,7 @@
 #\r
 # Module Name:\r
 #\r
-#   CpuPause.Asm\r
+#   CpuPause.S\r
 #\r
 # Abstract:\r
 #\r
index ea04225fd67c1cff3663a6be0f889f4d62b10345..137177961668fa80c13f9ab0e5904f9435d22b3e 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   DisableInterrupts.Asm\r
+#   DisableInterrupts.S\r
 #\r
 # Abstract:\r
 #\r
index 7898e8103a971c11313d997691e06783107a5ab2..ee8efc62ef55efe87c54317a94fb87a2da8e7e40 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   DisablePaging32.Asm\r
+#   DisablePaging32.S\r
 #\r
 # Abstract:\r
 #\r
index b858278e6423d81464aeb844b268e70ee4df5f65..ca2ca192f93fcefd03599b1fa38a656154dbaeed 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------
 #
-# Copyright (c) 2006, Intel Corporation
+# Copyright (c) 2006 - 2008, Intel Corporation
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #
 # Module Name:
 #
-#   DivU64x32.asm
+#   DivU64x32.S
 #
 # Abstract:
 #
index 974373d284859e849b3e4ef61a524b5e371a351e..e543fed321d3ce0ba899652464648e124930356d 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   DivError.asm\r
+#   DivError.S\r
 #\r
 # Abstract:\r
 #\r
index cac7169d58cf919730a79d58e095b0960404b243..f779e39159169435ac70f318ce5d3960b5e788a0 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   DivU64x64Remainder.asm\r
+#   DivU64x64Remainder.S\r
 #\r
 # Abstract:\r
 #\r
index c5742aee53ce320b90b5afcb91302c554c863066..13307597a07214f3bced848e45b73f3a8bc0b348 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   EnableDisableInterrupts.Asm\r
+#   EnableDisableInterrupts.S\r
 #\r
 # Abstract:\r
 #\r
index 2d608036f73d09bdcd1df5f48a1cee43906866e9..d4b8f59db8640a7c99b88d6bb5ed4af00d55eb36 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   EnableInterrupts.Asm\r
+#   EnableInterrupts.S\r
 #\r
 # Abstract:\r
 #\r
index df5d67cfac1457413d109611b6f7ce916fed94c2..858755508a72e56c4add016e14b7b58210c4f329 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   EnablePaging32.Asm\r
+#   EnablePaging32.S\r
 #\r
 # Abstract:\r
 #\r
index ffa9beb0a1544b6b28b701605fc9b716217d57f3..45ae2f306b6c9aa84d46d6c9e91a10dab1816609 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   EnablePaging64.Asm\r
+#   EnablePaging64.S\r
 #\r
 # Abstract:\r
 #\r
@@ -58,6 +58,6 @@ LongStart:                              # long mode starts here
     .byte   0x67, 0x48\r
     movl    0x18(%esp), %esp            # mov rsp, [esp + 18h]\r
     .byte   0x48\r
-    addl    $0x-20, %esp                # add rsp, -20h\r
+    addl    $0x-0x20, %esp                # add rsp, -20h\r
     call    *%ebx                       # call rbx\r
     jmp     .\r
index 07a92619d2c15853bcd03e8d333ede4775644bf5..b6bdb64a666b3a3d4f6cddc9920baa14675476db 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   FlushCacheLine.Asm\r
+#   FlushCacheLine.S\r
 #\r
 # Abstract:\r
 #\r
index 9cfa14be0fdb7320e382f3c7210a290a26e05935..600b1d7cc86cfa50c0ab485e577944ef88fba353 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   FxRestore.Asm\r
+#   FxRestore.S\r
 #\r
 # Abstract:\r
 #\r
index 8857a8ec777b9a60e0b3f3c50a06f7b9530e3c79..81360846d9c64f8816c367bf7077900c27b50d03 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   FxSave.Asm\r
+#   FxSave.S\r
 #\r
 # Abstract:\r
 #\r
index a0a6ad9eb070aecabda8e4e226df57f4b3002e9c..767343d82362f1bb7a8c9303d7e014e2dadf26ed 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   InterlockedCompareExchange32.Asm\r
+#   InterlockedCompareExchange32.S\r
 #\r
 # Abstract:\r
 #\r
index 98a20a5e294a4aba7b0ba807e5f8d189dbdc7793..03aebff91d75531e143516d2a2edcae6faa9d30a 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   InterlockedCompareExchange64.Asm\r
+#   InterlockedCompareExchange64.S\r
 #\r
 # Abstract:\r
 #\r
index dc8f7215cc8a57d7d066f40d433b220203f19d94..bea5ac1d741e3db294c6e2a4d9ff7826baab11de 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   InterlockedDecrement.Asm\r
+#   InterlockedDecrement.S\r
 #\r
 # Abstract:\r
 #\r
index ecbbc7540c87e8d394c5ede6d210c501bf59a975..6efbcee5eac49f092da61d01d890f81334f2f46e 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   InterlockedIncrement.Asm\r
+#   InterlockedIncrement.S\r
 #\r
 # Abstract:\r
 #\r
index 0a0c1a244ad80995cf1020c3ec94703d2a925a66..e124fe84aa02132d81bf5cd6df4d7c7fc55397cc 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   Invd.Asm\r
+#   Invd.S\r
 #\r
 # Abstract:\r
 #\r
index 3b866e27006c688d7447221896920b356b89b280..42bb22f1312130f975f8a5908c0df2714b0b2944 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   LRotU64.asm\r
+#   LRotU64.S\r
 #\r
 # Abstract:\r
 #\r
index a4b99eb80a128a1f5b372e421836fbd0a509dea8..9a9c2f68aef8d7004c749e199c5de7447e3ab750 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------
 #
-# Copyright (c) 2006, Intel Corporation
+# Copyright (c) 2006 - 2008, Intel Corporation
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #
 # Module Name:
 #
-#   LShiftU64.asm
+#   LShiftU64.S
 #
 # Abstract:
 #
index 0b76896085ca2439891d21584beeda762edeb5ae..a280fe024188aae8ba5bd4cc9425a88a634e718a 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------
 #
-# Copyright (c) 2006, Intel Corporation
+# Copyright (c) 2006 - 2008, Intel Corporation
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #
 # Module Name:
 #
-#   LongJump.Asm
+#   LongJump.S
 #
 # Abstract:
 #
index 6e9284dcd4d62fb1a4dba8399c1ed28641161afc..d34b8c107b0452fbf53bddc4aa1d129594243fbd 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   Monitor.Asm\r
+#   Monitor.S\r
 #\r
 # Abstract:\r
 #\r
index b9d1eb8ca74818e1a3224866eb3f74d8ebec1260..581f23e4ba7ed8f989764d7dfea4d3522934728c 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------
 #
-# Copyright (c) 2006, Intel Corporation
+# Copyright (c) 2006 - 2008, Intel Corporation
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #
 # Module Name:
 #
-#   MultU64x32.asm
+#   MultU64x32.S
 #
 # Abstract:
 #
index 03523865f6c71d3259533cbab179d6a467be0286..0aae90c6ccdc91289ee0ff0d5026cc6be26a4b30 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   MultU64x64.asm\r
+#   MultU64x64.S\r
 #\r
 # Abstract:\r
 #\r
index 12f6a87511d86db936a4d209f425d4e8383d76a7..862dd41b09fa81b761e8dc859763388ee7df4530 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   Mwait.Asm\r
+#   Mwait.S\r
 #\r
 # Abstract:\r
 #\r
index 35935639b9b68f0ebb9e2d222c4da2eb3fd0b19e..4b987478a0965f50fc0d3d5a40a96874f1731c18 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   RRotU64.asm\r
+#   RRotU64.S\r
 #\r
 # Abstract:\r
 #\r
index ca78394e39ffc2ccd1b8624036381561951739c7..f2a49cb9c0755c5d18398143916c33feb72b4acd 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------
 #
-# Copyright (c) 2006, Intel Corporation
+# Copyright (c) 2006 - 2008, Intel Corporation
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #
 # Module Name:
 #
-#   RShiftU64.asm
+#   RShiftU64.S
 #
 # Abstract:
 #
index 3433344b7b8c52899ca62e93d10cd230ed04b017..60b1294046f81ef1688309fa8337b6471b46aa6c 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadCr0.Asm\r
+#   ReadCr0.S\r
 #\r
 # Abstract:\r
 #\r
index d308895367f827cfc67eda4ec8b94a89d7106dde..bf691dc5d0659bd333078eb28d8328558b041172 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadCr2.Asm\r
+#   ReadCr2.S\r
 #\r
 # Abstract:\r
 #\r
index aaec1f01d07fbe7a479dbbbb0b8162c952ae505c..33503c7dd769a55fe1f62f41e59be62db0bcc0d6 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadCr3.Asm\r
+#   ReadCr3.S\r
 #\r
 # Abstract:\r
 #\r
index 442d359eda2eafd6795ebbc246ace62302ef56f9..1ca95953520439f14607d73667dbe92d80f7cdc0 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadCr4.Asm\r
+#   ReadCr4.S\r
 #\r
 # Abstract:\r
 #\r
index a3ad69d304aad18b0aaecb4f414b883975a332cb..6a56c25106bc63deaf1b882f15e22395904de522 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadCs.Asm\r
+#   ReadCs.S\r
 #\r
 # Abstract:\r
 #\r
index d4c61f1484e0d60d615eed598e0a5fe2baa98386..1713a73b6c2dc9e3ce60b78761ffcc1d36c50019 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadDr0.Asm\r
+#   ReadDr0.S\r
 #\r
 # Abstract:\r
 #\r
index 27c55542572b922b3faee79d8d7e172f33b8239f..c57ab052f77f2195e2229fdcf526e0eb42e7b0ce 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadDr1.Asm\r
+#   ReadDr1.S\r
 #\r
 # Abstract:\r
 #\r
index cca84b9efdf7a86a4386a7fa2d01d7274802d6f2..e5e825d5c1a187eb59170c61437bbeba025cc036 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadDr2.Asm\r
+#   ReadDr2.S\r
 #\r
 # Abstract:\r
 #\r
index 60b055038100c9054c1414e1339e12b779243bf4..b63deae8a5bd88d65b637951c0a05e958435764f 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadDr3.Asm\r
+#   ReadDr3.S\r
 #\r
 # Abstract:\r
 #\r
index 84883df9719b5d3dc77d5c75b84193313b348389..764e02f9237ea2f4326a2a7b77de0a8b42197f69 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadDr4.Asm\r
+#   ReadDr4.S\r
 #\r
 # Abstract:\r
 #\r
index 5abb226b9159d91595bf658372e4fbcbb02ffa57..e9a08b5f6176aeb694f9573042135b821859f0d1 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadDr5.Asm\r
+#   ReadDr5.S\r
 #\r
 # Abstract:\r
 #\r
index 9594851c7e8b8551568f95834cb730ee3eae8577..da5dacad47346f4e7e6dc1042e5485992b1165ee 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadDr6.Asm\r
+#   ReadDr6.S\r
 #\r
 # Abstract:\r
 #\r
index 4ba13efcb4dc3e0f1a2597bdfb4f5d8fdcfefd13..4c95887370a9eb8c490f03529af728c978dbaa2d 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadDr7.Asm\r
+#   ReadDr7.S\r
 #\r
 # Abstract:\r
 #\r
index c3dc8451ad91919a9f40ea84d361f53b68dedffc..29388b0df5aad822f13ac3e01b830ff05c11d4ad 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadDs.Asm\r
+#   ReadDs.S\r
 #\r
 # Abstract:\r
 #\r
index ab5e522739d728bef98b50496f51c2e1c68975cb..3fde96e61ddee37a3a271daef4791cc08d011af2 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadEflags.Asm\r
+#   ReadEflags.S\r
 #\r
 # Abstract:\r
 #\r
index 26ed55d9e191a8618ee7155cc171359c39a1be39..827d0df932cd4c5cf9dd0e9579941a605d9bee5c 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadEs.Asm\r
+#   ReadEs.S\r
 #\r
 # Abstract:\r
 #\r
index bd38c6ac105bef447cfee56170edf7232dc246b3..7cb7db6f0246cbb4b5df2d8530154a8e8584009e 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadFs.Asm\r
+#   ReadFs.S\r
 #\r
 # Abstract:\r
 #\r
index 8869164606d87ea79abefcf9ac87ac98f72f53fb..771f3378ceefc740ff8e85a8cbace1289b747ed7 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadGdtr.Asm\r
+#   ReadGdtr.S\r
 #\r
 # Abstract:\r
 #\r
index 82b396661d57755735396c717138ee98d95138c9..6169b9aa3c1eb3f48597a6d942d1fb6fdaddcd24 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadGs.Asm\r
+#   ReadGs.S\r
 #\r
 # Abstract:\r
 #\r
index 0e5d32e3d8a3b33aa0fbe1074e0eee0021d56be5..fb8e61b031f7c29f1db627bb0199488233c59ddb 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadIdtr.Asm\r
+#   ReadIdtr.S\r
 #\r
 # Abstract:\r
 #\r
index addb1757d08814a0c4482371e8686c23626f56e3..2e534f79d358e53c130096aaabb907ceada6a9c9 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadLdtr.Asm\r
+#   ReadLdtr.S\r
 #\r
 # Abstract:\r
 #\r
@@ -31,5 +31,5 @@
 #   );\r
 #------------------------------------------------------------------------------\r
 ASM_PFX(AsmReadLdtr):\r
-    sldt   %eax\r
+    sldt   %ax\r
     ret\r
index f191337f68fa3e26abe8eebcf6927b64d5515189..5c9ac8a4fa352f37132ed245d17620028a27d37f 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadMm0.Asm\r
+#   ReadMm0.S\r
 #\r
 # Abstract:\r
 #\r
index 790541aaeb8675af038ef64a233f299a99d0aed3..4dc3f402a07de0c263cdd02b6861cbf9c6d456d9 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadMm1.Asm\r
+#   ReadMm1.S\r
 #\r
 # Abstract:\r
 #\r
index 231d62c762741218abf1d0a8e8e0751ddda84c73..15faee2fd0635cd9e15253323c14a1a60aecc71a 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadMm2.Asm\r
+#   ReadMm2.S\r
 #\r
 # Abstract:\r
 #\r
index 1e1f6dd684f5a82dbe98fc026980507f94253fdc..753f1f11b172f7f526e5d5e53036a64e42e96d08 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadMm3.Asm\r
+#   ReadMm3.S\r
 #\r
 # Abstract:\r
 #\r
index 5da446befedeffdef4139d15582c01d2b185e27c..9e63b3b7147398bd5875f7ec2ed6200c14a26b0d 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadMm4.Asm\r
+#   ReadMm4.S\r
 #\r
 # Abstract:\r
 #\r
index 5528fe1812f5fc1dbc82deb5cac5c32f9a6bcdb9..39a22b832a2e225559dcb5fc3281fe1102cdb65f 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadMm5.Asm\r
+#   ReadMm5.S\r
 #\r
 # Abstract:\r
 #\r
index 5d9bd11269766b710e4ceb03249ab625c65bf74b..f58b0fc7352a350f69ca98e64e2c78f48d7127c4 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadMm6.Asm\r
+#   ReadMm6.S\r
 #\r
 # Abstract:\r
 #\r
index 26866b6a09e8b496b4bbedbc905cd056e286f6c9..da4e06a497560dcf0638ae7cc15c139bbc7d46dd 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadMm7.Asm\r
+#   ReadMm7.S\r
 #\r
 # Abstract:\r
 #\r
index 505b7e688b80134f0ca12c5181cbc2bb6c66f3c9..28c53959888faf483c02a04304f2f1c3c0e2bcf0 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadMsr64.Asm\r
+#   ReadMsr64.S\r
 #\r
 # Abstract:\r
 #\r
index 055e99c25a41713686e760102260c54730641db0..f26ff25450e57411d2e7d7b3a2d60f3b7d3d832d 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadPmc.Asm\r
+#   ReadPmc.S\r
 #\r
 # Abstract:\r
 #\r
index 4f15248f1abcc0a2f13e97eaff082f9e7165f8d7..9645c0c9f101deb7a9efec0a5ca6c1fbbb3198c8 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadSs.Asm\r
+#   ReadSs.S\r
 #\r
 # Abstract:\r
 #\r
index af12dd2f3f8433a80ab90cba010cf8edb1c1c37b..250f95d5e54b1703d4677d664c5ebe998bfa5eba 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadTr.Asm\r
+#   ReadTr.S\r
 #\r
 # Abstract:\r
 #\r
@@ -31,5 +31,5 @@
 #   );\r
 #------------------------------------------------------------------------------\r
 ASM_PFX(AsmReadTr):\r
-    str     %eax\r
+    str     %ax\r
     ret\r
index cab29661ae7972310a6e4573a43af1ea10077e08..e124274cdb9f9bf88c595e036c9e0ddba872f104 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   ReadTsc.Asm\r
+#   ReadTsc.S\r
 #\r
 # Abstract:\r
 #\r
index c8993084acc67515b47023a78bd99da652a65347..acb2b95e2502981bf123e594b2ba03eac7c2339c 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   SetJump.Asm\r
+#   SetJump.S\r
 #\r
 # Abstract:\r
 #\r
index c15ca444f0fc87fa97b816540ebd71001657ab49..8c3864d8640fbda03c0e6c272ad6110e138ec6c2 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------
 #
-# Copyright (c) 2006, Intel Corporation
+# Copyright (c) 2006 - 2008, Intel Corporation
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #
 # Module Name:
 #
-#   CpuId.Asm
+#   CpuId.S
 #
 # Abstract:
 #
index b19348dad9ffcba9616a525890990891fbc7f3c0..17b36bbdc5df4b4e140430d451f24b4253628e77 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   Wbinvd.Asm\r
+#   Wbinvd.S\r
 #\r
 # Abstract:\r
 #\r
index 6bce3a4d50895b402baf5c45a39890cbd784c806..44994ef1c228506fccc30882ab54a66bf758f73e 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteCr0.Asm\r
+#   WriteCr0.S\r
 #\r
 # Abstract:\r
 #\r
index 64d2c1b5344da7d39400086d00229ece14646b1c..12d68b1acedf6bc92ef799c8af05cb6ea8fd87f2 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteCr2.Asm\r
+#   WriteCr2.S\r
 #\r
 # Abstract:\r
 #\r
index 767182ee4e75009613ba3a18ddb7260ee2454f85..bd6b2029ff3b500c2e8c33109092b6e64be2f5c8 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteCr3.Asm\r
+#   WriteCr3.S\r
 #\r
 # Abstract:\r
 #\r
index dc6828ac91d1771880e54acc07e5c18da5445e4e..ddf9486bc9ec21d5e990d6e3acb3a0c70f2e4a7d 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteCr4.Asm\r
+#   WriteCr4.S\r
 #\r
 # Abstract:\r
 #\r
index c05af0ec1e4054d53a72de9184742b3e14e0b1ae..41b414f90109b9a3274396719b59400c23c00d09 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteDr0.Asm\r
+#   WriteDr0.S\r
 #\r
 # Abstract:\r
 #\r
index 87031768aca9c38788cb7d14d42be79c8d8b06ee..b496b17b6a2901bf750642f9f5fc699ece863814 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteDr1.Asm\r
+#   WriteDr1.S\r
 #\r
 # Abstract:\r
 #\r
index ca4e301b934bca426d94f677150f0c44fcc8c340..eef837e84c14cbd772c60f27cb87cb20e97e5ffc 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteDr2.Asm\r
+#   WriteDr2.S\r
 #\r
 # Abstract:\r
 #\r
index ed23db7e9000cb0011db1b1b79a50e701287ff47..5f75e20788be9a9d8588c919883ce16278506257 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteDr3.Asm\r
+#   WriteDr3.S\r
 #\r
 # Abstract:\r
 #\r
index d17595213a2c71f0e0e8695a80719d110088fbb7..74106b38292c2c3bacb76a1285140a12128134d4 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteDr4.Asm\r
+#   WriteDr4.S\r
 #\r
 # Abstract:\r
 #\r
index 7e3bb94f1f6bfb5890c3d9b1602521baa5d0ecf0..927ef7c9d6f065031ee7af3d0fb1bcfda03ae583 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteDr5.Asm\r
+#   WriteDr5.S\r
 #\r
 # Abstract:\r
 #\r
index 0827f347bd48def019da54c6001e997f7aef8f9a..ef63c2a89104749ed2e876b0d4e6dbb776468c6e 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteDr6.Asm\r
+#   WriteDr6.S\r
 #\r
 # Abstract:\r
 #\r
index 1f3e9166751d7d7abc569274cea9283e42860f18..b85e1b5d8acd09dcfbe166f046223eea3183abb0 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteDr7.Asm\r
+#   WriteDr7.S\r
 #\r
 # Abstract:\r
 #\r
index 3aedf7dd68c932a726f79a6c832199daaa2b5711..6e84b3ecce85b32dac471b2c86dbbdea6e460186 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteGdtr.Asm\r
+#   WriteGdtr.S\r
 #\r
 # Abstract:\r
 #\r
index c3e6ad33532f42ea0280f6c84cbf2d6cc0339094..c32f77cce6cc5d1812f10269a1e5c766dc3bcbe4 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteIdtr.Asm\r
+#   WriteIdtr.S\r
 #\r
 # Abstract:\r
 #\r
index 8b2cc3c029773574be131290aabed53f919392fa..a36826968048d355ba6f6234f6093b4b742fa087 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteLdtr.Asm\r
+#   WriteLdtr.S\r
 #\r
 # Abstract:\r
 #\r
index ef70763e524dcca2bd9302bd52c0e3b0c5e91be0..d79754766f437faa3653b2444c51dc09c02c71f5 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteMm0.Asm\r
+#   WriteMm0.S\r
 #\r
 # Abstract:\r
 #\r
index 74a3d711b51b61ba3034d90dab3a4e6f44741b6f..9e64e31868036c886ce047aab644f87368d38def 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteMm1.Asm\r
+#   WriteMm1.S\r
 #\r
 # Abstract:\r
 #\r
index a3c548dcecde0fb5b3a647475df0298af0c56edd..793fc4dd0d7671a9031c032d6bdbbbe18e576fd6 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteMm2.Asm\r
+#   WriteMm2.S\r
 #\r
 # Abstract:\r
 #\r
index 98b11a58188e806b7d2b6dbe3ddb9a8a84e59467..08c801745650e5a49af7b9a55dddcf62cf8904eb 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteMm3.Asm\r
+#   WriteMm3.S\r
 #\r
 # Abstract:\r
 #\r
index 107c695cf7b2aa2c10baeff75417553ea85c66e5..9e8b5a70c1b4ad227b8afa32245fb466748cdf6f 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteMm4.Asm\r
+#   WriteMm4.S\r
 #\r
 # Abstract:\r
 #\r
index be6a6f78b2ed9dce12606cdc2c22b1c007e2432c..62c23682633c106e56b348bc395a33649d1eaee8 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteMm5.Asm\r
+#   WriteMm5.S\r
 #\r
 # Abstract:\r
 #\r
index 51a89734600259a9161ef673e903e185205fef85..e7f999b129e1f0c87928960a01aa66a220352dd3 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteMm6.Asm\r
+#   WriteMm6.S\r
 #\r
 # Abstract:\r
 #\r
index 824bbeae1754c80923871a912f4b788a24c78956..784d54c60cc0758d92a96b45d206776b281e4db8 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteMm7.Asm\r
+#   WriteMm7.S\r
 #\r
 # Abstract:\r
 #\r
index 5c12c981a9037d9f762d8aa6da5607ff2f9661aa..42a70d041a672ac6c89af68ce0540aadd7c1c334 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006, Intel Corporation\r
+# Copyright (c) 2006 - 2008, Intel Corporation\r
 # All rights reserved. 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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteMsr64.Asm\r
+#   WriteMsr64.S\r
 #\r
 # Abstract:\r
 #\r