Re: [PATCH v11 01/14] x86/sgx: Replace boolean parameters with enums

From: Huang, Kai
Date: Mon Apr 15 2024 - 09:35:52 EST


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>