summaryrefslogtreecommitdiff
path: root/BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32
diff options
context:
space:
mode:
Diffstat (limited to 'BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32')
-rw-r--r--BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32/CpuIA32.S2
-rw-r--r--BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32/CpuIA32.asm6
-rw-r--r--BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32/CpuIA32.c1
3 files changed, 5 insertions, 4 deletions
diff --git a/BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32/CpuIA32.S b/BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32/CpuIA32.S
index 42041752a2..22cee1d04d 100644
--- a/BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32/CpuIA32.S
+++ b/BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32/CpuIA32.S
@@ -1,6 +1,6 @@
## @file
# Assembly code that supports IA32 CPU architectural protocol.
-#
+#
# Copyright (c) 1999 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
diff --git a/BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32/CpuIA32.asm b/BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32/CpuIA32.asm
index 07ccefa191..4c8ea17220 100644
--- a/BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32/CpuIA32.asm
+++ b/BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32/CpuIA32.asm
@@ -184,9 +184,9 @@ EfiCpuidExt PROC C PUBLIC USES ebx edi esi
cpuid
mov edi, dword ptr [esp + 38h] ; DWORD PTR Regs
- mov dword ptr [edi], eax ; Reg->RegEax
- mov dword ptr [edi + 4], ebx ; Reg->RegEbx
- mov dword ptr [edi + 8], ecx ; Reg->RegEcx
+ mov dword ptr [edi], eax ; Reg->RegEax
+ mov dword ptr [edi + 4], ebx ; Reg->RegEbx
+ mov dword ptr [edi + 8], ecx ; Reg->RegEcx
mov dword ptr [edi + 0Ch], edx ; Reg->RegEdx
popad
diff --git a/BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32/CpuIA32.c b/BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32/CpuIA32.c
index bff93cf135..4701214730 100644
--- a/BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32/CpuIA32.c
+++ b/BraswellPlatformPkg/Common/Library/CpuIA32Lib/IA32/CpuIA32.c
@@ -172,3 +172,4 @@ EfiCpuidExt (
popad
}
}
+