]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg SmmSwDispatch2.h: comment cleanup.
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 21 Jun 2012 05:47:31 +0000 (05:47 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 21 Jun 2012 05:47:31 +0000 (05:47 +0000)
Signed-off-by: Sun Rui <rui.sun@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13463 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/SmmSwDispatch2.h

index a4c41663c85589f60a151965d2691336d088ae28..5e7322da2270f22f0b6145fb3fe360d8aad3457d 100644 (file)
@@ -4,7 +4,7 @@
 \r
   This protocol provides the parent dispatch service for a given SMI source generator.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -65,10 +65,6 @@ typedef struct _EFI_SMM_SW_DISPATCH2_PROTOCOL  EFI_SMM_SW_DISPATCH2_PROTOCOL;
   DispatchHandle contains a unique handle which may be used later to unregister the function \r
   using UnRegister().\r
 \r
-  Note that the modifiers for the parameter RegisterContext are IN, OUT, while they are IN, CONST\r
-  in the PI 1.2 errta B spec. This in-consistency is for support for the case where SwSmiInputValue\r
-  is set to -1, a unique value will be returned in the RegisterContext structure.\r
-\r
   @param[in]  This                 Pointer to the EFI_SMM_SW_DISPATCH2_PROTOCOL instance.\r
   @param[in]  DispatchFunction     Function to register for handler when the specified software \r
                                    SMI is generated. \r