]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Update MmSwDispatch.h's references to SmmSw2Dispatch.
authorMarvin.Haeuser@outlook.com <Marvin.Haeuser@outlook.com>
Thu, 17 May 2018 12:41:41 +0000 (20:41 +0800)
committerLiming Gao <liming.gao@intel.com>
Mon, 28 May 2018 05:04:57 +0000 (13:04 +0800)
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 <Marvin.Haeuser@outlook.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Protocol/MmSwDispatch.h

index d3acb64e6f3dad3d1b51fd1a0ee6b9a0b43ebb18..e412bb2e66c0dd888c3d52407af7564d987d67b8 100644 (file)
@@ -15,8 +15,8 @@
 \r
 **/\r
 \r
-#ifndef _MM_SW_DISPATCH2_H_\r
-#define _MM_SW_DISPATCH2_H_\r
+#ifndef _MM_SW_DISPATCH_H_\r
+#define _MM_SW_DISPATCH_H_\r
 \r
 #include <Pi/PiMmCis.h>\r
 \r
@@ -117,7 +117,7 @@ EFI_STATUS
 ///\r
 /// Interface structure for the MM Software MMI Dispatch Protocol.\r
 ///\r
-/// The EFI_MM_SW_DISPATCH2_PROTOCOL provides the ability to install child handlers for the\r
+/// The EFI_MM_SW_DISPATCH_PROTOCOL provides the ability to install child handlers for the\r
 /// given software.  These handlers will respond to software interrupts, and the maximum software\r
 /// interrupt in the EFI_MM_SW_REGISTER_CONTEXT is denoted by MaximumSwiValue.\r
 ///\r