diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-08 20:44:44 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-08-08 20:44:44 +0000 |
commit | ad9e507a58a663b2035232360a7ade02399b80a8 (patch) | |
tree | fbdcb0f08675a5ecb69790790411f46a819f9c54 /MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h | |
parent | 1b0d0cc5f108d65135c26259ff81c60dd2cc6d74 (diff) | |
download | edk2-platforms-ad9e507a58a663b2035232360a7ade02399b80a8.tar.xz |
Change EfiConvertPointer() and EfiSetVirtualAddressMap() to use gRT instead of mRT because these two functions must only be called in physical mode, so there is never any need for them to use mRT that is converted to a virtual address
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3581 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h')
-rw-r--r-- | MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h b/MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h index e9b4c9d764..66157feed7 100644 --- a/MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h +++ b/MdePkg/Library/UefiRuntimeLib/RuntimeLibInternal.h @@ -19,6 +19,7 @@ #include <Library/UefiRuntimeLib.h>
#include <Library/DebugLib.h>
#include <Library/UefiBootServicesTableLib.h>
+#include <Library/UefiRuntimeServicesTableLib.h>
extern EFI_RUNTIME_SERVICES *mRT;
|