mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
84a7fd1e66
commit
101361d996
|
@ -464,7 +464,7 @@ MigrateIdtTable (
|
||||||
|
|
||||||
Routine Description:
|
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.
|
storing PeiService pointer.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
|
@ -118,7 +118,7 @@ MigrateIdtTable (
|
||||||
|
|
||||||
Routine Description:
|
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.
|
storing PeiService pointer.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
|
@ -89,7 +89,7 @@ MigrateIdtTable (
|
||||||
|
|
||||||
Routine Description:
|
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.
|
storing PeiService pointer.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
|
@ -78,7 +78,7 @@ MigrateIdtTable (
|
||||||
|
|
||||||
Routine Description:
|
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.
|
storing PeiService pointer.
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
|
Loading…
Reference in New Issue