On Wed, 2024-04-10 at 11:25 -0700, Haitao Huang wrote: > Replace boolean parameters for 'reclaim' in the function > sgx_alloc_epc_page() and its callers with an enum. > > Also opportunistically remove non-static declaration of > __sgx_alloc_epc_page() and a typo > > Signed-off-by: Haitao Huang <haitao.huang@xxxxxxxxxxxxxxx> > Suggested-by: Jarkko Sakkinen <jarkko@xxxxxxxxxx> > Suggested-by: Dave Hansen <dave.hansen@xxxxxxxxx> > Reviewed-by: Kai Huang <kai.huang@xxxxxxxxx>