mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/Core: Coding style clean-up
Cc: Dandan Bi <dandan.bi@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang <jian.j.wang@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
parent
47595ac0b9
commit
9db7e9fd97
|
@ -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.
|
||||
**/
|
||||
|
|
Loading…
Reference in New Issue