From: lzeng14 Date: Tue, 24 Apr 2012 02:41:33 +0000 (+0000) Subject: Update IfConfig.c to use TPL_CALLBACK instead of TPL_CALLBACK - 1 to follow UEFI... X-Git-Tag: edk2-stable201903~13479 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=035da677c8d4967d548ae1c81fa546075463cf27 Update IfConfig.c to use TPL_CALLBACK instead of TPL_CALLBACK - 1 to follow UEFI spec. Signed-off-by: Star Zeng Reviewed-by: Ting Ye Reviewed-by: Jaben Carsey git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13210 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c b/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c index b4c4233849..7d03b68d91 100644 --- a/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c +++ b/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c @@ -1,7 +1,7 @@ /** @file The implementation for ifcommand shell command. - Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.
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