]> git.proxmox.com Git - mirror_edk2.git/commit
Fix a bug. FindVariable now search volatile variable first (previously NV variable...
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 9 Oct 2007 05:42:37 +0000 (05:42 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 9 Oct 2007 05:42:37 +0000 (05:42 +0000)
commit36873a61950d71596206567e58a0319e0813d05d
tree4223cd454829d93715aba6f0136011fc3c55970b
parentf8580e260c206d9299aec8c15cf411c6ceb0c6d0
Fix a bug. FindVariable now search volatile variable first (previously NV variable first) for performance reason. Therefore, RuntimeServiceGetNextVariableName is updated based on this change.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4056 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c