Reviewed-by: Liming Gao <[email protected]> >-----Original Message----- >From: Marvin Häuser [mailto:[email protected]] >Sent: Thursday, May 17, 2018 8:42 PM >To: [email protected] >Cc: Kinney, Michael D <[email protected]>; Gao, Liming ><[email protected]> >Subject: [PATCH v2] MdePkg: Update MmSwDispatch.h's references to >SmmSw2Dispatch. > >MmSwDispatch.h current refers to the deprecated SmmSw2Dispatch >protocol. Replace those references with the new MmSwDispatch name. > >V2: > - Do not change the copyright date as requested. > >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: Marvin Haeuser <[email protected]> >--- > MdePkg/Include/Protocol/MmSwDispatch.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/MdePkg/Include/Protocol/MmSwDispatch.h >b/MdePkg/Include/Protocol/MmSwDispatch.h >index d3acb64e6f3d..e412bb2e66c0 100644 >--- a/MdePkg/Include/Protocol/MmSwDispatch.h >+++ b/MdePkg/Include/Protocol/MmSwDispatch.h >@@ -15,8 +15,8 @@ > > **/ > >-#ifndef _MM_SW_DISPATCH2_H_ >-#define _MM_SW_DISPATCH2_H_ >+#ifndef _MM_SW_DISPATCH_H_ >+#define _MM_SW_DISPATCH_H_ > > #include <Pi/PiMmCis.h> > >@@ -117,7 +117,7 @@ EFI_STATUS > /// > /// Interface structure for the MM Software MMI Dispatch Protocol. > /// >-/// The EFI_MM_SW_DISPATCH2_PROTOCOL provides the ability to install >child handlers for the >+/// The EFI_MM_SW_DISPATCH_PROTOCOL provides the ability to install >child handlers for the > /// given software. These handlers will respond to software interrupts, and >the maximum software > /// interrupt in the EFI_MM_SW_REGISTER_CONTEXT is denoted by >MaximumSwiValue. > /// >-- >2.17.0.windows.1
_______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

