diff options
author | Star Zeng <star.zeng@intel.com> | 2014-12-12 03:19:47 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@Edk2> | 2014-12-12 03:19:47 +0000 |
commit | 9f2c0260b1727ba2f249e5a6f4c07b51e9ce3881 (patch) | |
tree | 852df1e16d0840d8f0e624bd9728ddfe20496cbd /MdeModulePkg/Core | |
parent | 0b24f2cfe016f70236034fa033e5f5c9f6f310a0 (diff) | |
download | edk2-platforms-9f2c0260b1727ba2f249e5a6f4c07b51e9ce3881.tar.xz |
MdeModulePkg DxeCore: Remove @retval function comments for CoreUpdateMemoryAttributes().
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16504 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core')
-rw-r--r-- | MdeModulePkg/Core/Dxe/DxeMain.h | 6 | ||||
-rw-r--r-- | MdeModulePkg/Core/Dxe/Mem/Page.c | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/MdeModulePkg/Core/Dxe/DxeMain.h b/MdeModulePkg/Core/Dxe/DxeMain.h index 059a38336a..1e98df9cdf 100644 --- a/MdeModulePkg/Core/Dxe/DxeMain.h +++ b/MdeModulePkg/Core/Dxe/DxeMain.h @@ -2850,12 +2850,6 @@ CoreUpdateProfile ( @param NumberOfPages The number of pages to convert
@param NewAttributes The new attributes value for the range.
- @retval EFI_INVALID_PARAMETER Invalid parameter
- @retval EFI_NOT_FOUND Could not find a descriptor cover the specified
- range or convertion not allowed.
- @retval EFI_SUCCESS Successfully converts the memory range to the
- specified attributes.
-
**/
VOID
CoreUpdateMemoryAttributes (
diff --git a/MdeModulePkg/Core/Dxe/Mem/Page.c b/MdeModulePkg/Core/Dxe/Mem/Page.c index f4ec48ff67..29354b4399 100644 --- a/MdeModulePkg/Core/Dxe/Mem/Page.c +++ b/MdeModulePkg/Core/Dxe/Mem/Page.c @@ -937,12 +937,6 @@ CoreConvertPages ( @param NumberOfPages The number of pages to convert
@param NewAttributes The new attributes value for the range.
- @retval EFI_INVALID_PARAMETER Invalid parameter
- @retval EFI_NOT_FOUND Could not find a descriptor cover the specified
- range or convertion not allowed.
- @retval EFI_SUCCESS Successfully converts the memory range to the
- specified attributes.
-
**/
VOID
CoreUpdateMemoryAttributes (
|