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

2024-04-15 Thread Jarkko Sakkinen
On Mon Apr 15, 2024 at 4:22 PM EEST, Huang, Kai wrote: > 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 > >

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

2024-04-15 Thread Huang, Kai
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