Re: [PATCH v8 06/11] i386/pc: factor out cxl range start to helper

2022-07-18 Thread Joao Martins
On 7/18/22 13:52, Igor Mammedov wrote: > On Fri, 15 Jul 2022 18:16:23 +0100 > Joao Martins wrote: > >> Factor out the calculation of the base address of the memory region. >> It will be used later on for the cxl range end counterpart calculation >> and as well in pc_memory_init() CXL memory

Re: [PATCH v8 06/11] i386/pc: factor out cxl range start to helper

2022-07-18 Thread Igor Mammedov
On Fri, 15 Jul 2022 18:16:23 +0100 Joao Martins wrote: > Factor out the calculation of the base address of the memory region. > It will be used later on for the cxl range end counterpart calculation > and as well in pc_memory_init() CXL memory region initialization, thus > avoiding duplication.

[PATCH v8 06/11] i386/pc: factor out cxl range start to helper

2022-07-15 Thread Joao Martins
Factor out the calculation of the base address of the memory region. It will be used later on for the cxl range end counterpart calculation and as well in pc_memory_init() CXL memory region initialization, thus avoiding duplication. Cc: Jonathan Cameron Signed-off-by: Joao Martins ---