On Sat, May 30, 2020 at 11:43:39AM +0300, Jarkko Sakkinen wrote: > On Fri, May 29, 2020 at 10:54:03AM -0700, Sean Christopherson wrote: > > Make all variables that are only used in main.c static, rearranging code > > as needed. > > > > Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> > > As with merging, it is a multiphase process to make these changes. > > I.e. I'll do manually similar changes but cannot use this patch for > anything. Also this moves sgx_nr_epc_sections and sgx_epc_sections to a wrong location. Reclaimer code is before other code. I don't understand why sgx_epc_sections had to be moved as part of changing variables to static. /Jarkko