summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/BaseLib/Ia32/CpuIdEx.c')
-rw-r--r--MdePkg/Library/BaseLib/Ia32/CpuIdEx.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c b/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c
index 52da73e1cb..9f6463d1ea 100644
--- a/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c
+++ b/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c
@@ -1,11 +1,11 @@
/** @file
AsmCpuidEx function.
- Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
+ Copyright (c) 2006 - 2010, 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
- http://opensource.org/licenses/bsd-license.php
+ http://opensource.org/licenses/bsd-license.php.
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@@ -28,16 +28,16 @@
CPUID instruction.
@param SubIndex The 32-bit value to load into ECX prior to invoking the
CPUID instruction.
- @param RegisterEax Pointer to the 32-bit EAX value returned by the CPUID
+ @param RegisterEax A pointer to the 32-bit EAX value returned by the CPUID
instruction. This is an optional parameter that may be
NULL.
- @param RegisterEbx Pointer to the 32-bit EBX value returned by the CPUID
+ @param RegisterEbx A pointer to the 32-bit EBX value returned by the CPUID
instruction. This is an optional parameter that may be
NULL.
- @param RegisterEcx Pointer to the 32-bit ECX value returned by the CPUID
+ @param RegisterEcx A pointer to the 32-bit ECX value returned by the CPUID
instruction. This is an optional parameter that may be
NULL.
- @param RegisterEdx Pointer to the 32-bit EDX value returned by the CPUID
+ @param RegisterEdx A pointer to the 32-bit EDX value returned by the CPUID
instruction. This is an optional parameter that may be
NULL.