summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Pei/PeiMain.h
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2009-04-08 08:14:09 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2009-04-08 08:14:09 +0000
commit3d4d0c34f9011e273987dad8b12b6753d495afb9 (patch)
tree4faf7205a07e2b74bbdbc402bd79318528aaae02 /MdeModulePkg/Core/Pei/PeiMain.h
parent63d55bb98a5fa3018378d06c50784e463c6e999a (diff)
downloadedk2-3d4d0c34f9011e273987dad8b12b6753d495afb9.tar.gz
edk2-3d4d0c34f9011e273987dad8b12b6753d495afb9.tar.bz2
edk2-3d4d0c34f9011e273987dad8b12b6753d495afb9.zip
updated to use the term “temporary memory” but not CAR
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8035 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Pei/PeiMain.h')
-rw-r--r--MdeModulePkg/Core/Pei/PeiMain.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Core/Pei/PeiMain.h b/MdeModulePkg/Core/Pei/PeiMain.h
index 453f230233..1d96cc43f8 100644
--- a/MdeModulePkg/Core/Pei/PeiMain.h
+++ b/MdeModulePkg/Core/Pei/PeiMain.h
@@ -333,7 +333,7 @@ InitializePpiServices (
/**
- Migrate the Hob list from the CAR stack to PEI installed memory.
+ Migrate the Hob list from the temporary memory stack to PEI installed memory.
@param PrivateData Pointer to PeiCore's private data structure.
@param OldCheckingBottom Bottom of temporary memory range. All Ppi in this range
@@ -765,7 +765,7 @@ PeiAllocatePages (
/**
- Memory allocation service on the CAR.
+ Memory allocation service on the temporary memory.
@param PeiServices An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.