diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-12-06 21:33:45 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-12-06 21:33:45 +0000 |
commit | d040b8f12d16c738d06f4817fc3db0f06a5e0203 (patch) | |
tree | 1f473d925cb8a77038d4c2bc40e4dff44d7e0e78 /MdePkg/Include/Pi/PiDependency.h | |
parent | c154b9970849127546f50481b586d61d78c9bbec (diff) | |
download | edk2-platforms-d040b8f12d16c738d06f4817fc3db0f06a5e0203.tar.xz |
Roll back comment change for SOR. SOR does not apply to SMM.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11126 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Pi/PiDependency.h')
-rw-r--r-- | MdePkg/Include/Pi/PiDependency.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Pi/PiDependency.h b/MdePkg/Include/Pi/PiDependency.h index 952867937f..1db03af8fc 100644 --- a/MdePkg/Include/Pi/PiDependency.h +++ b/MdePkg/Include/Pi/PiDependency.h @@ -40,7 +40,7 @@ ///
/// If present, this must be the first opcode,
-/// EFI_DEP_SOR may be used by DXE and SMM drivers.
+/// EFI_DEP_SOR is only used by DXE driver.
///
#define EFI_DEP_SOR 0x09
|