]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Library/BaseLib/BaseLib.inf
Add EnableCache() and DisableCache() implementations for IA32 and X64 to the BaseLib
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 24 Nov 2008 08:30:58 +0000 (08:30 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 24 Nov 2008 08:30:58 +0000 (08:30 +0000)
commit9f4f2f0e15252004e06ca246300a2fe21b8bf0ae
tree3c018c475b91d09f68c9409f34def10d27bf73ad
parent298f0688f7b28b6f2cc3d65ddf608f2f2cdbf3d5
Add EnableCache() and DisableCache() implementations for IA32 and X64 to the BaseLib

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6705 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Library/BaseLib/BaseLib.inf
MdePkg/Library/BaseLib/Ia32/DisableCache.S [new file with mode: 0644]
MdePkg/Library/BaseLib/Ia32/DisableCache.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/Ia32/DisableCache.c [new file with mode: 0644]
MdePkg/Library/BaseLib/Ia32/EnableCache.S [new file with mode: 0644]
MdePkg/Library/BaseLib/Ia32/EnableCache.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/Ia32/EnableCache.c [new file with mode: 0644]
MdePkg/Library/BaseLib/X64/DisableCache.S [new file with mode: 0644]
MdePkg/Library/BaseLib/X64/DisableCache.asm [new file with mode: 0644]
MdePkg/Library/BaseLib/X64/EnableCache.S [new file with mode: 0644]
MdePkg/Library/BaseLib/X64/EnableCache.asm [new file with mode: 0644]