From 101361d996519b30907127e53143cda7eb985705 Mon Sep 17 00:00:00 2001 From: eric_tian Date: Wed, 8 Apr 2009 08:16:11 +0000 Subject: [PATCH] =?utf8?q?updated=20to=20use=20the=20term=20=E2=80=9Ctempo?= =?utf8?q?rary=20memory=E2=80=9D=20but=20not=20CAR?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8038 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkCompatibilityPkg/Foundation/Library/Pei/Include/PeiLib.h | 2 +- .../Foundation/Library/Pei/PeiLib/Ia32/PeiServicePointer.c | 2 +- .../Foundation/Library/Pei/PeiLib/Ipf/PeiServicePointer.c | 2 +- .../Foundation/Library/Pei/PeiLib/X64/PeiServicePointer.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/Include/PeiLib.h b/EdkCompatibilityPkg/Foundation/Library/Pei/Include/PeiLib.h index 9202f0318b..c4bbadb6e1 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/Include/PeiLib.h +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/Include/PeiLib.h @@ -464,7 +464,7 @@ MigrateIdtTable ( Routine Description: - Migrate IDT from CAR to real memory where preceded with 4 bytes for + Migrate IDT from temporary memory to real memory where preceded with 4 bytes for storing PeiService pointer. Arguments: diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/PeiServicePointer.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/PeiServicePointer.c index 54241b2f5a..45250dba15 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/PeiServicePointer.c +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/PeiServicePointer.c @@ -118,7 +118,7 @@ MigrateIdtTable ( Routine Description: - Migrate IDT from CAR to real memory where preceded with 4 bytes for + Migrate IDT from temporary memory to real memory where preceded with 4 bytes for storing PeiService pointer. Arguments: diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/PeiServicePointer.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/PeiServicePointer.c index 7c77dd1bd8..eeb929f909 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/PeiServicePointer.c +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/PeiServicePointer.c @@ -89,7 +89,7 @@ MigrateIdtTable ( Routine Description: - Migrate IDT from CAR to real memory where preceded with 4 bytes for + Migrate IDT from temporary memory to real memory where preceded with 4 bytes for storing PeiService pointer. Arguments: diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/PeiServicePointer.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/PeiServicePointer.c index cdbf334db7..30c577bf9d 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/PeiServicePointer.c +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/PeiServicePointer.c @@ -78,7 +78,7 @@ MigrateIdtTable ( Routine Description: - Migrate IDT from CAR to real memory where preceded with 4 bytes for + Migrate IDT from temporary memory to real memory where preceded with 4 bytes for storing PeiService pointer. Arguments: -- 2.39.2