summaryrefslogtreecommitdiff
path: root/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcEntry.c
diff options
context:
space:
mode:
authorerictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>2010-11-10 03:18:21 +0000
committererictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>2010-11-10 03:18:21 +0000
commit7018623cd400d69848b94acb6008bf223cb75204 (patch)
tree84502ff2043a7879701cb62521e7a9461fa2cf42 /PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcEntry.c
parentf13f9683db63498c15dd147edc895c4f7358d8a2 (diff)
downloadedk2-platforms-7018623cd400d69848b94acb6008bf223cb75204.tar.xz
store Year/Month/Day to variable in SetWakeupTime() because PCAT RTC Alarm registers has not corresponding Y/M/D alarm register.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11021 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcEntry.c')
-rw-r--r--PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcEntry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcEntry.c b/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcEntry.c
index 03480830e2..16f74b83c9 100644
--- a/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcEntry.c
+++ b/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcEntry.c
@@ -134,7 +134,7 @@ InitializePcRtc (
{
EFI_STATUS Status;
- EfiInitializeLock (&mModuleGlobal.RtcLock, TPL_HIGH_LEVEL);
+ EfiInitializeLock (&mModuleGlobal.RtcLock, TPL_CALLBACK);
Status = PcRtcInit (&mModuleGlobal);
if (EFI_ERROR (Status)) {