diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-08-01 07:58:40 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-08-01 07:58:40 +0000 |
commit | 88c8537c991f8b8b382e15d945bfdd91fdfb4e3e (patch) | |
tree | 31303bc4dfe726360c6d5838d95cfc9c56c507f9 /EdkModulePkg/Universal/MonotonicCounter/RuntimeDxe/MonotonicCounter.msa | |
parent | 241876c7a32330e31ce3e11b01d0246b28e81cfb (diff) | |
download | edk2-platforms-88c8537c991f8b8b382e15d945bfdd91fdfb4e3e.tar.xz |
All runtime driver should use functions provided by UefiRuntimeLib library class so that it is free of responcibility to fix up the gRT pointer.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1167 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg/Universal/MonotonicCounter/RuntimeDxe/MonotonicCounter.msa')
-rw-r--r-- | EdkModulePkg/Universal/MonotonicCounter/RuntimeDxe/MonotonicCounter.msa | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/EdkModulePkg/Universal/MonotonicCounter/RuntimeDxe/MonotonicCounter.msa b/EdkModulePkg/Universal/MonotonicCounter/RuntimeDxe/MonotonicCounter.msa index de62a4b8c9..36dc12845b 100644 --- a/EdkModulePkg/Universal/MonotonicCounter/RuntimeDxe/MonotonicCounter.msa +++ b/EdkModulePkg/Universal/MonotonicCounter/RuntimeDxe/MonotonicCounter.msa @@ -81,8 +81,5 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.--> <Extern>
<ModuleEntryPoint>MonotonicCounterDriverInitialize</ModuleEntryPoint>
</Extern>
- <Extern>
- <SetVirtualAddressMapCallBack>MonotonicCounterDriverSetVirtualAddressMap</SetVirtualAddressMapCallBack>
- </Extern>
</Externs>
</ModuleSurfaceArea>
|