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 <Marvin.Haeuser@outlook.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
Marvin.Haeuser@outlook.com 2018-05-17 20:41:41 +08:00 committed by Liming Gao
parent c9734786da
commit ba94c38f08
1 changed files with 3 additions and 3 deletions

View File

@ -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.
///