diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-02 02:41:14 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-07-02 02:41:14 +0000 |
commit | c41da1c6a68b5b081277ce09d2ee4a9f6595254d (patch) | |
tree | 0cf0166b56428c2e9906923e63b41d9907d2eefa | |
parent | 55db3d44421ed651a5aab7eec1cbb225757c5f46 (diff) | |
download | edk2-platforms-c41da1c6a68b5b081277ce09d2ee4a9f6595254d.tar.xz |
Remove the unknown characters.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8716 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/SmmControl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/SmmControl.h b/IntelFrameworkPkg/Include/Protocol/SmmControl.h index 1097179b4d..d33f3fbca1 100644 --- a/IntelFrameworkPkg/Include/Protocol/SmmControl.h +++ b/IntelFrameworkPkg/Include/Protocol/SmmControl.h @@ -145,7 +145,7 @@ EFI_STATUS This protocol is used initiate SMI/PMI activations.
This protocol could be published by either of the following:
- A processor driver to abstract the SMI/PMI IPI
- - The driver that abstracts the ASIC that is supporting the APM port, such as the ICH in an Intel® chipset
+ - The driver that abstracts the ASIC that is supporting the APM port, such as the ICH in an Intel chipset
Because of the possibility of performing SMI or PMI IPI transactions, the ability to generate this
The EFI_SMM_CONTROL_PROTOCOL is used by the platform chipset or processor driver. This
|