From 9db7e9fd97c30242e22d50f534c835c9c7d98169 Mon Sep 17 00:00:00 2001 From: Jian J Wang Date: Tue, 26 Dec 2017 08:43:30 +0800 Subject: [PATCH] MdeModulePkg/Core: Coding style clean-up Cc: Dandan Bi Cc: Star Zeng Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang Reviewed-by: Star Zeng --- MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c b/MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c index bbdfa2bb8e..d7a86c0d30 100644 --- a/MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c +++ b/MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c @@ -126,6 +126,11 @@ EnableExecuteDisableBit ( The function will check if page table entry should be splitted to smaller granularity. + @param Address Physical memory address. + @param Size Size of the given physical memory. + @param StackBase Base address of stack. + @param StackSize Size of stack. + @retval TRUE Page table should be split. @retval FALSE Page table should not be split. **/ -- 2.39.2