]> git.proxmox.com Git - mirror_edk2.git/commit
Split AsmReadKr7() and AsmWriteKr7() from AccessKr.s file since these two APIs are...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 1 Sep 2009 14:57:18 +0000 (14:57 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 1 Sep 2009 14:57:18 +0000 (14:57 +0000)
commit8facd18f30d5cb1650449c2b45ad746536ffa8a1
treed229df545fa0f6eb7d66fa5ffa48490427b874b2
parent709f55c0239dc59e2b16ffe442436e2d46dd4102
Split AsmReadKr7() and AsmWriteKr7() from AccessKr.s file since these two APIs are frequently used to store/fetch PeiServicesTable pointer for IPF platform. Some compiler/linker with /Od is not smart enough to remove used KR registers access APIs.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9219 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Library/BaseLib/BaseLib.inf
MdePkg/Library/BaseLib/Ipf/AccessKr.s
MdePkg/Library/BaseLib/Ipf/AccessKr7.s [new file with mode: 0644]