diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-08 08:16:11 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-08 08:16:11 +0000 |
commit | 101361d996519b30907127e53143cda7eb985705 (patch) | |
tree | 14e6c051e7643b2305032298a868f090f7cd88de /EdkCompatibilityPkg/Foundation | |
parent | 84a7fd1e666b325934426014805567fb7726d429 (diff) | |
download | edk2-platforms-101361d996519b30907127e53143cda7eb985705.tar.xz |
updated to use the term “temporary memory” but not CAR
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8038 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation')
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:
|