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:
lzeng14
2012-04-24 02:41:33 +00:00
parent 5cfe42344d
commit 035da677c8

View File

@ -1,7 +1,7 @@
/** @file /** @file
The implementation for ifcommand shell command. 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 This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License are licensed and made available under the terms and conditions of the BSD License
@ -1115,7 +1115,7 @@ IfconfigStartIp4(
mTimeout = FALSE; mTimeout = FALSE;
Status = gBS->CreateEvent ( Status = gBS->CreateEvent (
EVT_NOTIFY_SIGNAL | EVT_TIMER, EVT_NOTIFY_SIGNAL | EVT_TIMER,
TPL_CALLBACK - 1, TPL_CALLBACK,
TimeoutToGetMap, TimeoutToGetMap,
NULL, NULL,
&TimerToGetMap &TimerToGetMap