mirror of https://github.com/acidanthera/audk.git
Update IfConfig.c to use TPL_CALLBACK instead of TPL_CALLBACK - 1 to follow UEFI spec.
Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Ting Ye <ting.ye@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13210 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5cfe42344d
commit
035da677c8
|
@ -1,7 +1,7 @@
|
|||
/** @file
|
||||
The implementation for ifcommand shell command.
|
||||
|
||||
Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
|
||||
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
|
@ -1115,7 +1115,7 @@ IfconfigStartIp4(
|
|||
mTimeout = FALSE;
|
||||
Status = gBS->CreateEvent (
|
||||
EVT_NOTIFY_SIGNAL | EVT_TIMER,
|
||||
TPL_CALLBACK - 1,
|
||||
TPL_CALLBACK,
|
||||
TimeoutToGetMap,
|
||||
NULL,
|
||||
&TimerToGetMap
|
||||
|
|
Loading…
Reference in New Issue