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
This commit is contained in:
Star Zeng 2014-12-12 03:19:47 +00:00 committed by lzeng14
parent 0b24f2cfe0
commit 9f2c0260b1
2 changed files with 0 additions and 12 deletions

View File

@ -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 (

View File

@ -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 (