mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2026-02-01 16:57:16 +00:00
Reduce DataHub TPL Level to TPL_CALLBACK, because DataHub uses GetTime() service that must be called <= TPL_CALLBACK.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11097 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3e99020dbf
commit
1134ead4a3
@ -551,7 +551,7 @@ DataHubInstall (
|
||||
InitializeListHead (&mPrivateData.DataListHead);
|
||||
InitializeListHead (&mPrivateData.FilterDriverListHead);
|
||||
|
||||
EfiInitializeLock (&mPrivateData.DataLock, TPL_NOTIFY);
|
||||
EfiInitializeLock (&mPrivateData.DataLock, TPL_CALLBACK);
|
||||
|
||||
//
|
||||
// Make sure we get a bigger MTC number on every boot!
|
||||
|
||||
Loading…
Reference in New Issue
Block a user